We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8ea14 commit b358591Copy full SHA for b358591
terraform/config/prod/main.tf
@@ -26,10 +26,11 @@ module "asap_pdf" {
26
vpc_cidr = "10.0.52.0/22"
27
public_subnet_cidrs = ["10.0.52.0/26", "10.0.52.64/26", "10.0.52.128/26"]
28
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.
30
bastion_key_pair_name = "asap-migration"
31
32
github_branch = "main"
- github_environment = "production"
33
+ github_environment = "prod"
34
}
35
36
module "cloudfront" {
0 commit comments