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

module modernisation #70

Merged
merged 4 commits into from
Dec 6, 2020

Conversation

joe-niland
Copy link
Member

what

  • use context.tf
  • use lower bound pinning for providers
  • update readme
  • update auto-release workflow
  • update test/src/Makefile

why

  • bring module in line with new conventions
  • Avoid version conflicts

references

  • None

@joe-niland joe-niland requested a review from a team as a code owner December 2, 2020 02:01
@joe-niland joe-niland requested review from Makeshift and RothAndrew and removed request for a team December 2, 2020 02:01
- use context.tf
- use lower bound pinning for providers
- update readme
- update auto-release
- update test/src/Makefile
@joe-niland joe-niland force-pushed the update-to-context-tf branch from eb9b008 to aa62990 Compare December 2, 2020 02:02
@joe-niland
Copy link
Member Author

/test all

@joe-niland
Copy link
Member Author

/test all

@joe-niland
Copy link
Member Author

/test all

@joe-niland
Copy link
Member Author

/test all

@@ -241,10 +231,10 @@ resource "aws_codebuild_project" "default" {
}

dynamic "environment_variable" {
for_each = signum(length(var.stage)) == 1 ? [""] : []
for_each = signum(length(module.this.stage)) == 1 ? [""] : []
content {
name = "STAGE"

Choose a reason for hiding this comment

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

shouldn't this be module.this.environment?

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