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

Unsupported block type #1

Open
puppycod opened this issue Sep 8, 2019 · 0 comments
Open

Unsupported block type #1

puppycod opened this issue Sep 8, 2019 · 0 comments

Comments

@puppycod
Copy link

puppycod commented Sep 8, 2019

Hi,

When running terraform plan this gives an error

Error: Unsupported block type
on main.tf line 218, in resource "null_resource" "ruuvi_provisioner":
218: triggers {

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

I make little bit research and noticed that this is not anymore supported in terraform 0.12. So this .tf needs update?

https://www.terraform.io/docs/extend/terraform-0.12-compatibility.html

The opposite situation is possible but less common: Terraform 0.11 and earlier permitted using an equals sign when declaring a nested resource, but that is no longer allowed in Terraform 0.12.

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

No branches or pull requests

1 participant