Skip to content

Commit 573fcc8

Browse files
committed
set variable
1 parent aaf4eb9 commit 573fcc8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

terraform/envs/qa/variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ variable "ProjectId" {
77
type = string
88
default = "infra-core-api"
99
}
10+
11+
variable "main_cloudfront_distribution_id" {
12+
type = string
13+
description = "(temporary) ID for the cloudfront distribution that serves the main application"
14+
}

0 commit comments

Comments
 (0)