terraform-plugin-sdk
terraform-plugin-sdk copied to clipboard
boolean value passed in ENV taken care
Boolean value passed from ENV value is treated as string and this would result in unknown behaviour in the provider.
Eg: a value "false" would be treated as boolean true earlier.
This PR fixes that.