Error: Unsupported block type
on main.tf line 8, in resource "triton_machine" "test-node":
8: tags {
Blocks of type "tags" are not expected here. Did you mean to define argument
"tags"? If so, use the equals sign to assign it a value.
Error: Unsupported block type
on main.tf line 18, in resource "triton_machine" "test-node":
18: metadata {
Blocks of type "metadata" are not expected here. Did you mean to define
argument "metadata"? If so, use the equals sign to assign it a value.
Expected Behavior
Terraform should accept a tags block for triton_machine
Actual Behavior
Error of unsupported block type mentioned above.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
triton_machine
Terraform Configuration Files
Debug Output
Expected Behavior
Terraform should accept a
tags
block fortriton_machine
Actual Behavior
Error of unsupported block type mentioned above.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform init
terraform validate