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

Additional TF 0.13 Fixes #15

Merged
merged 2 commits into from
Jan 18, 2021
Merged

Additional TF 0.13 Fixes #15

merged 2 commits into from
Jan 18, 2021

Conversation

osterman
Copy link
Member

what

  • upgrade chatops
  • add automatic releasing
  • upgrade to go modules
  • update any version pinning
  • (locally verififed) no terraform init errors using cli

why

  • Support Terraform 0.13

@osterman osterman requested a review from a team as a code owner August 19, 2020 05:38
@osterman osterman requested review from jamengual and aknysh and removed request for a team August 19, 2020 05:38
@osterman osterman self-assigned this Aug 19, 2020
@osterman
Copy link
Member Author

/test all

main.tf Outdated
@@ -9,7 +9,7 @@ module "default_label" {
}

module "notify_slack" {
source = "git::https://github.com/terraform-aws-modules/terraform-aws-notify-slack?ref=tags/v2.3.0"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
Copy link
Member

Choose a reason for hiding this comment

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

@osterman Looks like something went wrong here.

Copy link
Member Author

Choose a reason for hiding this comment

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

that's a wierd one! =) thanks for catching that.

Copy link
Member Author

Choose a reason for hiding this comment

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

wonder if it's because it's an external module terraform-aws-modules/terraform-aws-notify-slack


.PHONY : clean
## Clean up files
clean:
rm -rf .gopath/ vendor/ $(TF_DATA_DIR)
rm -rf ../../examples/complete/*.tfstate*

Choose a reason for hiding this comment

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

there is no examples directory

@latacora-tomekr
Copy link

Hi all, is this PR currently blocked on @osterman making the changes requested by the review?

@jamengual
Copy link

Hi all, is this PR currently blocked on @osterman making the changes requested by the review?

We do not merge PR that have no tests and this is why this is failing

* Having a go at the examples dir.

* Fix the duplicate var declaration in test.

* Adds context and fixes test

* Add GitHub actions, and updates readme

* Updates version.tf

* Updates readme

* Format
@aknysh aknysh requested a review from a team as a code owner January 18, 2021 17:11
@aknysh
Copy link
Member

aknysh commented Jan 18, 2021

/test all

@aknysh aknysh added the terraform/0.13 Module requires Terraform 0.13 or later label Jan 18, 2021
@aknysh
Copy link
Member

aknysh commented Jan 18, 2021

/test all

@aknysh aknysh merged commit ea0674b into master Jan 18, 2021
@aknysh aknysh deleted the tf013-fixes branch January 18, 2021 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
terraform/0.13 Module requires Terraform 0.13 or later
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants