crossplane / terrajet

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

Fix sensitive path mapping #255

Closed turkenh closed 2 years ago

turkenh commented 2 years ago

Description of your changes

We incorrectly used fieldName.LowerCamel in sensitive field mapping which takes acronyms here into account. However, we should use fieldName.LowerCamelComputed instead since we don't use acronyms with fields names.

Fixes #251

I have:

How has this code been tested

Using provider-jet-vault, run make generate.

github-actions[bot] commented 2 years ago

Successfully created backport PR #256 for release-0.4.