Skip to content

Commit

Permalink
fix: remove invalid outputs (#3771)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuannie1 authored Jan 13, 2025
1 parent ed3afa2 commit f1cbc5f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions api/.happy/terraform/envs/prod/outputs.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 0 additions & 6 deletions api/.happy/terraform/envs/rdev/outputs.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 0 additions & 6 deletions api/.happy/terraform/envs/staging/outputs.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f1cbc5f

Please sign in to comment.