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

Switch s3 bucket to module #91

Closed
wants to merge 6 commits into from
Closed

Conversation

kevcube
Copy link

@kevcube kevcube commented Mar 2, 2022

what

@kevcube kevcube requested review from a team as code owners March 2, 2022 18:09
@kevcube kevcube requested review from a team as code owners March 2, 2022 18:10
@kevcube kevcube requested review from Makeshift and RothAndrew March 2, 2022 18:10
nitrocode
nitrocode previously approved these changes Mar 3, 2022
@nitrocode nitrocode added the patch A minor, backward compatible change label Mar 3, 2022
@nitrocode
Copy link
Member

/test all

@kevcube kevcube changed the title rm unused template provider rm unused template provider and switch s3 bucket to module Mar 4, 2022
@kevcube
Copy link
Author

kevcube commented Mar 4, 2022

@nitrocode I have updated the PR title, description and purpose

@nitrocode
Copy link
Member

/test all

@@ -6,9 +6,12 @@ module "codepipeline_label" {
context = module.this.context
}

resource "aws_s3_bucket" "default" {
module "artifact_store_bucket" {
Copy link
Member

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.

Copy link
Member

@nitrocode nitrocode left a comment

Choose a reason for hiding this comment

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

Please see comment

@nitrocode nitrocode changed the title rm unused template provider and switch s3 bucket to module Switch s3 bucket to module May 18, 2022
@mergify
Copy link

mergify bot commented May 18, 2022

This pull request is now in conflict. Could you fix it @kevcube? 🙏

@mergify mergify bot dismissed nitrocode’s stale review May 18, 2022 15:59

This Pull Request has been updated, so we're dismissing all reviews.

@kevcube kevcube closed this Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch A minor, backward compatible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants