Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use splat + join synatx on s3_bucket arn #2

Merged
merged 2 commits into from
Jan 29, 2019

Conversation

joshmyers
Copy link
Contributor

what

Use splat + join synatx on s3_bucket arn

why

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

joshmyers and others added 2 commits January 29, 2019 09:26
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
```
Copy link
Contributor

@maximmi maximmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good after lint check fixes

@joshmyers joshmyers merged commit 20cbb95 into master Jan 29, 2019
@joshmyers joshmyers deleted the splat_output_s3_bucket_arn branch January 29, 2019 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants