crossplane / terrajet

Generate Crossplane Providers from any Terraform Provider
https://crossplane.io
Apache License 2.0
290 stars 38 forks source link

Add float64 to supported sensitve fields #290

Open Lax77 opened 2 years ago

Lax77 commented 2 years ago

Description of your changes

Add support for float64 data type as sensitive field. We ran into an issue while upgrading provide-jet-datadog to latest release of terraform-provider-datadog as it introduced numeric sensitive field client_token_id of type float64

Fixes # https://github.com/crossplane/terrajet/issues/287

I have:

How has this code been tested

Kerwood commented 2 years ago

How is it going with this one ? Can we get this accepted ?