Skip to content

Releases: cloudposse/terraform-aws-s3-bucket

0.2.0

29 Jan 10:27
20cbb95
Compare
Choose a tag to compare
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

0.1.0

23 Jan 05:50
2ff3c0d
Compare
Choose a tag to compare

Initial release