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

Remove region variable passing in examples/basic/main.tf for the labels module #16

Open
catcharbind opened this issue Dec 6, 2023 · 0 comments

Comments

@catcharbind
Copy link

region variable has been deprecated in the latest version of the labels module but its still being passed causing error.

https://github.com/aws-ia/terraform-aws-label/blob/2eaa483458b6196db19003452eba434849d6a305/examples/basic/main.tf#L14C12-L14C22

[{
"resource": "/C:/Users/abc/Github/aws-ia-wsl/terraform-aws-rds-aurora/deploy/.terraform/modules/aurora_vpc_p.subnet_tags/examples/basic/main.tf",
"owner": "HashiCorpTerraform",
"severity": 8,
"message": "Unexpected attribute: An attribute named "region" is not expected here",
"source": "Terraform",
"startLineNumber": 14,
"startColumn": 3,
"endLineNumber": 14,
"endColumn": 22
}]

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