Skip to content

Commit 718c439

Browse files
committed
fix
1 parent 08ed59c commit 718c439

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

terraform/website/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ resource "aws_s3_bucket_website_configuration" "bucket" {
4242

4343
routing_rules = jsonencode([
4444
{
45-
Condition {
45+
Condition = {
4646
KeyPrefixEquals = "colorcop/download"
4747
}
48-
Redirect {
48+
Redirect = {
4949
ReplaceKeyWith = "download"
5050
}
5151
},
5252
{
53-
Condition {
53+
Condition = {
5454
KeyPrefixEquals = "colorcop/features"
5555
}
56-
Redirect {
56+
Redirect = {
5757
ReplaceKeyWith = "features"
5858
}
5959
}

0 commit comments

Comments
 (0)