-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Switch s3 bucket to module #91
Conversation
/test all |
@nitrocode I have updated the PR title, description and purpose |
/test all |
@@ -6,9 +6,12 @@ module "codepipeline_label" { | |||
context = module.this.context | |||
} | |||
|
|||
resource "aws_s3_bucket" "default" { | |||
module "artifact_store_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.
Hmmm this is a bit of scope creep. I don't think we want to use the s3 bucket module in this PR. Let's keep that separated.
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.
Please see comment
This pull request is now in conflict. Could you fix it @kevcube? 🙏 |
This Pull Request has been updated, so we're dismissing all reviews.
what
resource
tomodule
to fix tests (aws provider v4)