crossplane-contrib / provider-tf-equinix-metal

DEPRECATED: use provider-jet-equinix :warning:
https://github.com/crossplane-contrib/provider-jet-equinix
Apache License 2.0
5 stars 3 forks source link

update terrajet to v0.1.1-0.20211118151921-cbab50fcd600 and latest template #4

Closed displague closed 2 years ago

displague commented 2 years ago

By updating to the latest terrajet and provider-tf-template, this PR should fix the need to fix missing --terraform-* arguments to the provider controllerconfig.

An additional problem that should be corrected (via https://github.com/crossplane-contrib/terrajet/pull/149 ) is that device resource secrets should not trigger the following error:

    Message:               connect failed: cannot get a terraform workspace for resource: cannot create a new file producer: cannot get sensitive parameters: cannot get secret value for &{{ } }: cannot get secret data: Secret "" not found

Description of your changes

Fixes #

I have:

How has this code been tested