Skip to content

Commit 91dc93f

Browse files
committed
terraform fmt
1 parent 8b7909e commit 91dc93f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

input.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "primary_domain_name" {
77
}
88

99
variable "secondary_domain_names" {
10-
type = list(string)
10+
type = list(string)
1111
default = []
1212
}
1313

@@ -16,6 +16,6 @@ variable "request_function_path" {
1616
}
1717

1818
variable "cloudfront_priceclass" {
19-
type = string
19+
type = string
2020
default = "PriceClass_200"
2121
}

locals.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
locals {
2-
s3_origin_id = "blogs3origin"
2+
s3_origin_id = "blogs3origin"
33
}

0 commit comments

Comments
 (0)