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

Tf 0.12 upgrade #34

Closed
wants to merge 3 commits into from
Closed

Tf 0.12 upgrade #34

wants to merge 3 commits into from

Conversation

cdaniluk
Copy link

@cdaniluk cdaniluk commented Jun 2, 2019

Better PR for #32 - the current PR just ran 0.12upgrade and didn't deal with changes to count and a few other problems.

@robvanderleek
Copy link

FYI, for me this PR fixes the following error I got with Tf 0.12.1:

Error: Unsupported block type

  on .terraform/modules/notify_slack/terraform-aws-modules-terraform-aws-notify-slack-8e71a8e/main.tf line 36, in data "null_data_source" "lambda_file":
  36:   inputs {

Blocks of type "inputs" are not expected here. Did you mean to define argument
"inputs"? If so, use the equals sign to assign it a value.


Error: Unsupported block type

  on .terraform/modules/notify_slack/terraform-aws-modules-terraform-aws-notify-slack-8e71a8e/main.tf line 42, in data "null_data_source" "lambda_archive":
  42:   inputs {

Blocks of type "inputs" are not expected here. Did you mean to define argument
"inputs"? If so, use the equals sign to assign it a value.

@antonbabenko
Copy link
Member

Thanks @cdaniluk for the initial PR!

v2.0.0 has been just released.

@robvanderleek Please give it a try and let us know if there are issues!

@robvanderleek
Copy link

Hi @cdaniluk @antonbabenko,
Version 2.0.0 works fine for us, I was able to recreate all resources.
Thanks for your efforts 🚀

@github-actions
Copy link

github-actions bot commented Nov 9, 2022

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants