chore(portal): Change terraform configs for release (#4373)

refs #4366
This commit is contained in:
Andrew Dryga
2024-03-28 12:23:57 -06:00
committed by GitHub
parent 35d0cd7701
commit ac9d23a63b
2 changed files with 5 additions and 5 deletions

View File

@@ -332,7 +332,7 @@ locals {
# Feature Flags
{
name = "FEATURE_SIGN_UP_ENABLED"
value = false
value = true
}
]
}

View File

@@ -33,10 +33,10 @@ locals {
name = "GOOGLE_CLOUD_PROJECT_ID"
value = var.project_id
},
{
name = "OTLP_GRPC_ENDPOINT"
value = "127.0.0.1:4317"
},
# {
# name = "OTLP_GRPC_ENDPOINT"
# value = "127.0.0.1:4317"
# },
{
name = "FIREZONE_TOKEN"
value = var.token