Skip to content

0.2.0

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