Azure tag with value "true" gets converted to "1" by terraform #1353
Labels
bug
upstream/terraform
This issue is blocked on an upstream issue within Terraform (Terraform Core/CLI, The Plugin SDK etc)
Community Note
Terraform Version
Terraform v0.11.7
Affected Resource(s)
Terraform Configuration Files
(The referenced image should have a tag with value "true")
Debug Output
N/A
Panic Output
N/A
Expected Behavior
The tag with value "true" should have been output
Actual Behavior
The tag gets output with value "1"
Steps to Reproduce
terraform apply
Important Factoids
N/A
References
I'm not sure if this can be fixed in this provider or whether it's a general terraform issue but I thought I'd start here. I found these similar issues:
hashicorp/terraform#6005 which has a link to https://github.com/mitchellh/mapstructure/blob/d2dd0262208475919e1a362f675cfc0e7c10e905/mapstructure.go#L61 that seems suspicious
hashicorp/terraform#10826
The text was updated successfully, but these errors were encountered: