We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb3701 commit a8141fdCopy full SHA for a8141fd
1 file changed
outputs.tf
@@ -15,7 +15,7 @@ output "state_bucket" {
15
16
output "replica_bucket" {
17
description = "The S3 bucket to replicate the state S3 bucket."
18
- value = aws_s3_bucket.replica.*
+ value = try(aws_s3_bucket.replica[0], null)
19
}
20
21
output "dynamodb_table" {
0 commit comments