We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ed59c commit 718c439Copy full SHA for 718c439
1 file changed
terraform/website/main.tf
@@ -42,18 +42,18 @@ resource "aws_s3_bucket_website_configuration" "bucket" {
42
43
routing_rules = jsonencode([
44
{
45
- Condition {
+ Condition = {
46
KeyPrefixEquals = "colorcop/download"
47
}
48
- Redirect {
+ Redirect = {
49
ReplaceKeyWith = "download"
50
51
},
52
53
54
KeyPrefixEquals = "colorcop/features"
55
56
57
ReplaceKeyWith = "features"
58
59
0 commit comments