We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ee72b commit 6b75c91Copy full SHA for 6b75c91
modules/cloudfront-proxy-config/main.tf
@@ -40,7 +40,7 @@ resource "aws_s3_bucket_policy" "proxy_config_store_origin_access" {
40
# Upload Proxy Config
41
#####################
42
43
-resource "aws_s3_bucket_object" "config_json" {
+resource "aws_s3_object" "config_json" {
44
bucket = aws_s3_bucket.proxy_config_store.id
45
key = local.proxy_config_key
46
content = var.proxy_config_json
0 commit comments