We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7909e commit 91dc93fCopy full SHA for 91dc93f
input.tf
@@ -7,7 +7,7 @@ variable "primary_domain_name" {
7
}
8
9
variable "secondary_domain_names" {
10
- type = list(string)
+ type = list(string)
11
default = []
12
13
@@ -16,6 +16,6 @@ variable "request_function_path" {
16
17
18
variable "cloudfront_priceclass" {
19
- type = string
+ type = string
20
default = "PriceClass_200"
21
locals.tf
@@ -1,3 +1,3 @@
1
locals {
2
- s3_origin_id = "blogs3origin"
+ s3_origin_id = "blogs3origin"
3
0 commit comments