Skip to content

Commit

Permalink
buildspec.yaml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops committed Oct 22, 2024
1 parent 08d5262 commit 270d7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/control-plane-application/buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ phases:
- cd keycloak
- rm config.hcl
- sed -i 's/aws_region/'"$aws_region"'/g' config.txt
- envsubst < config.txt > config.${var.environment}.hcl
- terraform init --backend-config=config.${var.environment}.hcl
- envsubst < config.txt > config.${environment}.hcl
- terraform init --backend-config=config.${environment}.hcl
- terraform plan
- terraform apply --auto-approve

Expand Down

0 comments on commit 270d7ee

Please sign in to comment.