diff --git a/api/.happy/terraform/envs/prod/outputs.tf b/api/.happy/terraform/envs/prod/outputs.tf index 4ab9ef4ad1..b84f012cf2 100644 --- a/api/.happy/terraform/envs/prod/outputs.tf +++ b/api/.happy/terraform/envs/prod/outputs.tf @@ -1,9 +1,3 @@ -# Auto-generated by 'happy infra'. Do not edit -# Make improvements in happy, so that everyone can benefit. -output "dashboard" { - sensitive = false - value = module.stack.dashboard -} output "service_ecrs" { sensitive = false value = module.stack.service_ecrs diff --git a/api/.happy/terraform/envs/rdev/outputs.tf b/api/.happy/terraform/envs/rdev/outputs.tf index 4ab9ef4ad1..b84f012cf2 100644 --- a/api/.happy/terraform/envs/rdev/outputs.tf +++ b/api/.happy/terraform/envs/rdev/outputs.tf @@ -1,9 +1,3 @@ -# Auto-generated by 'happy infra'. Do not edit -# Make improvements in happy, so that everyone can benefit. -output "dashboard" { - sensitive = false - value = module.stack.dashboard -} output "service_ecrs" { sensitive = false value = module.stack.service_ecrs diff --git a/api/.happy/terraform/envs/staging/outputs.tf b/api/.happy/terraform/envs/staging/outputs.tf index 4ab9ef4ad1..b84f012cf2 100644 --- a/api/.happy/terraform/envs/staging/outputs.tf +++ b/api/.happy/terraform/envs/staging/outputs.tf @@ -1,9 +1,3 @@ -# Auto-generated by 'happy infra'. Do not edit -# Make improvements in happy, so that everyone can benefit. -output "dashboard" { - sensitive = false - value = module.stack.dashboard -} output "service_ecrs" { sensitive = false value = module.stack.service_ecrs