-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix: if bucket_id
is given, do not create log bucket
#55
Conversation
💥 This pull request now has conflicts. Could you fix it @AdamTylerLynch? 🙏 |
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.
Nice, simple fix! Thanks @AdamTylerLynch
/terratest |
bucket_id
is given, do not create log bucket
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.
Small fix to downstream logic.
/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.
/terratest |
Tests look good, but we're getting an annoying IAM permissioning error that is causing the failure:
I'll surface this with the folks at CP and we'll see if there is something they need to do to the test infra. Sadly, it'll be on hold until we get those green. Apologies for the wait @AdamTylerLynch! |
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
@AdamTylerLynch quick update: @goruha from the CP team is on this and said he will provide an update / fix this week. We'll get it merged once tests are unblocked. Thanks for the patience! |
/terratest |
/terratest |
These changes were released in v1.0.2. |
what
Fixed a bug. Properly evaluate if bucket provided, do not create bucket
why
references
Closes #44