Skip to content

Commit b358591

Browse files
committed
Change github environment name.
1 parent 0c8ea14 commit b358591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/config/prod/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ module "asap_pdf" {
2626
vpc_cidr = "10.0.52.0/22"
2727
public_subnet_cidrs = ["10.0.52.0/26", "10.0.52.64/26", "10.0.52.128/26"]
2828
private_subnet_cidrs = ["10.0.54.0/26", "10.0.54.64/26", "10.0.54.128/26"]
29+
# @todo remove bastion key_pair name.
2930
bastion_key_pair_name = "asap-migration"
3031

3132
github_branch = "main"
32-
github_environment = "production"
33+
github_environment = "prod"
3334
}
3435

3536
module "cloudfront" {

0 commit comments

Comments
 (0)