Skip to content

Commit

Permalink
use default alb in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wrnu committed Aug 23, 2021
1 parent eaa1691 commit d9bdba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/dev/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generate "dev_tfvars" {
if_exists = "overwrite"
disable_signature = true
contents = <<-EOF
alb_name = "ssp"
alb_name = "default"
service_names = ["startup-sample-project"]
EOF
}

0 comments on commit d9bdba7

Please sign in to comment.