We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf4eb9 commit 573fcc8Copy full SHA for 573fcc8
terraform/envs/qa/variables.tf
@@ -7,3 +7,8 @@ variable "ProjectId" {
7
type = string
8
default = "infra-core-api"
9
}
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