aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-10 21:25:37 -0800
committerclarkzjw <[email protected]>2022-12-10 21:25:37 -0800
commitb4a5f2ee828dd021ab46196e4e05b27074aabe06 (patch)
tree6730638e8a148494b232e4db675658babb4603ea /jinwei.me/infra/outputs.tf
parente2327197c423e23628701dca328fbd05693e7a61 (diff)
downloadjinwei.me-b4a5f2ee828dd021ab46196e4e05b27074aabe06.tar.gz
infra: add s3 acl
Diffstat (limited to 'jinwei.me/infra/outputs.tf')
-rw-r--r--jinwei.me/infra/outputs.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/jinwei.me/infra/outputs.tf b/jinwei.me/infra/outputs.tf
index d5df1df..bb21fc5 100644
--- a/jinwei.me/infra/outputs.tf
+++ b/jinwei.me/infra/outputs.tf
@@ -31,7 +31,7 @@ output "instance" {
31output "s3" { 31output "s3" {
32 description = "S3 bucket for wordpress" 32 description = "S3 bucket for wordpress"
33 value = { 33 value = {
34 bucket_domain_name = aws_s3_bucket.main.bucket_domain_name 34 bucket_domain_name = aws_s3_bucket.main.bucket_regional_domain_name
35 policy = aws_s3_bucket_policy.main.policy 35 policy = aws_s3_bucket_policy.main.policy
36 } 36 }
37} 37}
Powered by cgit v1.2.3 (git 2.41.0)