Revisit TypeNullableBool projection #4723
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/enhancement
Improvements or new features
The upstream provider defines a TypeNullableBool type that is represented as a Terraform string with values of
"", "true", "false"
.As of #4707 all instances of this type can be found here:
By default this projects to Pulumi as
"string"
, but in case of skipMetadataApiCheck property the Pulumi provider overrides the projection so that it projects asbool
. We should consider if it is worth doing this in all the other places.The text was updated successfully, but these errors were encountered: