Skip to content

Commit

Permalink
added hosted zone id back to buildspec (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb4 authored Oct 30, 2024
1 parent d2f9f78 commit 0843e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ env:
variables:
#TF_IN_AUTOMATION: true
TF_INPUT: 0
TF_VAR_owner_email: [email protected]
parameter-store:
DEVELOPMENT_ROUTE53_NS_UPSERT: "/moj-network-access-control/development/route53/ns_upsert"
PRE_PRODUCTION_ROUTE53_NS_UPSERT: "/moj-network-access-control/pre-production/route53/ns_upsert"
ROLE_ARN: "/codebuild/pttp-ci-infrastructure-core-pipeline/$ENV/assume_role"
HOSTED_ZONE_ID: "/moj-network-access-control/$ENV/hosted_zone_id"

phases:
install:
Expand Down

0 comments on commit 0843e85

Please sign in to comment.