-
-
Notifications
You must be signed in to change notification settings - Fork 105
fix: remove join calls on bucket arn + id usage #125
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure this PR does anything. join
just converts the module.aws_s3_bucket.bucket_arn
to a string and if multiple were given, you'd end up with them joined with no separator. With that being the case, these changes were probably never needed to add the join, but now that they're there... I'm unsure if this is providing anything.
Can you please clarify if you were hitting an issue with this code and include the error that you received if so?
Also, mentioning #122 here so it's correctly linked.
@Gowiem Yep! When trying to apply the stack, I get this error
after modifying the local
but then modifying the FWIW running this with |
/terratest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
These changes were released in v1.4.5. |
what
references
issue
#122