aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-11 16:28:25 -0800
committerclarkzjw <[email protected]>2022-12-11 16:28:25 -0800
commiteb52fbed996d90ca43391336f0dbbb89f5743eef (patch)
tree1df284118040c7ee768d30acfac74a9ca0a85892 /jinwei.me/infra/outputs.tf
parent90564c7d34006223bf2874b729a9af6e1c87c542 (diff)
downloadjinwei.me-eb52fbed996d90ca43391336f0dbbb89f5743eef.tar.gz
infra: change s3 bucket name per compatibility issues
Diffstat (limited to 'jinwei.me/infra/outputs.tf')
-rw-r--r--jinwei.me/infra/outputs.tf3
1 files changed, 1 insertions, 2 deletions
diff --git a/jinwei.me/infra/outputs.tf b/jinwei.me/infra/outputs.tf
index 08d8d73..1e58892 100644
--- a/jinwei.me/infra/outputs.tf
+++ b/jinwei.me/infra/outputs.tf
@@ -31,8 +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_regional_domain_name 34 bucket_domain_name = aws_s3_bucket.static.bucket_regional_domain_name
35 policy = aws_s3_bucket_policy.main.policy
36 } 35 }
37} 36}
38 37
Powered by cgit v1.2.3 (git 2.41.0)