Skip to content

Commit 6b75c91

Browse files
committed
Update deprecated resource
1 parent a1ee72b commit 6b75c91

File tree

1 file changed

+1
-1
lines changed
  • modules/cloudfront-proxy-config

1 file changed

+1
-1
lines changed

modules/cloudfront-proxy-config/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "aws_s3_bucket_policy" "proxy_config_store_origin_access" {
4040
# Upload Proxy Config
4141
#####################
4242

43-
resource "aws_s3_bucket_object" "config_json" {
43+
resource "aws_s3_object" "config_json" {
4444
bucket = aws_s3_bucket.proxy_config_store.id
4545
key = local.proxy_config_key
4646
content = var.proxy_config_json

0 commit comments

Comments
 (0)