Releases: cloudposse/terraform-aws-s3-bucket
Releases · cloudposse/terraform-aws-s3-bucket
0.2.0
Use splat + join synatx on s3_bucket arn (#2) * Use splat + join synatx on s3_bucket arn As we are using a count on this resource and are currently getting the following warning message: ``` Warning: output "s3_bucket_arn": must use splat syntax to access aws_s3_bucket.default attribute "arn", because it has "count" set; use aws_s3_bucket.default.*.arn to obtain a list of the attributes across all instances ``` * docs fix for lint check to pass