Skip to content

Commit

Permalink
rm all but one subdomain, uncomment for apply
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 3, 2024
1 parent 85d59fb commit 306fb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-plan-with-oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pushd ./terraform-incubator/home-unite-us/dev
terraform init
terraform plan -out tf.plan
# terraform apply tf.plan
terraform apply tf.plan
popd
# - name: Login to Amazon ECR
# id: login-ecr
Expand Down
4 changes: 1 addition & 3 deletions terraform-incubator/home-unite-us/dev/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ locals {
vpc_id = "vpc-0bec93a4d80243845"
path_pattens = ["/*"]
subdomains = [
"dev",
"qa",
"incubator"
"qa"
]
host_names = [for subdomain in local.subdomains : "${subdomain}.${local.app_name}"]
lb_arn = "arn:aws:elasticloadbalancing:us-west-2:035866691871:loadbalancer/app/incubator-prod-lb/7451adf77133ef36"
Expand Down

0 comments on commit 306fb9c

Please sign in to comment.