Closed sahilt-ti closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@sahilt-ti the fix PR merged, feel free to reach out in case of an issue.
Describe the bug If there is a comment anywhere within the tags block in a resource (except after the last tag), then invalid tags are being generated.
To Reproduce Steps to reproduce the behavior:
resource "aws_instance" "example" { ami = "ami-09d56f8956ab235b3" instance_type = "t2.micro" tags = { "name" = "sahil" # this is name "env" = "dev" } }