Skip to content

Commit

Permalink
fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kanchwala committed Oct 11, 2020
1 parent 876587a commit 368fd23
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"query_string": false
}
],
"target_origin_id": "local.s3_origin_id",
"target_origin_id": "myS3Origin",
"viewer_protocol_policy": "https-only"
}
],
Expand Down Expand Up @@ -64,7 +64,7 @@
}
],
"path_pattern": "/content/immutable/*",
"target_origin_id": "local.s3_origin_id",
"target_origin_id": "myS3Origin",
"viewer_protocol_policy": "allow-all"
},
{
Expand All @@ -88,14 +88,14 @@
}
],
"path_pattern": "/content/*",
"target_origin_id": "local.s3_origin_id",
"target_origin_id": "myS3Origin",
"viewer_protocol_policy": "allow-all"
}
],
"origin": [
{
"domain_name": "aws_s3_bucket.b.bucket_regional_domain_name",
"origin_id": "local.s3_origin_id",
"origin_id": "myS3Origin",
"s3_origin_config": [
{
"origin_access_identity": "origin-access-identity/cloudfront/ABCDEFG1234567"
Expand Down

0 comments on commit 368fd23

Please sign in to comment.