terraform-plugin-sdk icon indicating copy to clipboard operation
terraform-plugin-sdk copied to clipboard

boolean value passed in ENV taken care

Open sumanth-lingappa opened this issue 3 years ago • 1 comments

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.

sumanth-lingappa avatar Jul 07 '22 04:07 sumanth-lingappa

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Jul 07 '22 04:07 hashicorp-cla