You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
If a secret is deleted before a terrajet resource is deleted, the following warning will be displayed and the resource will get stuck:
Warning CannotConnectToProvider 23s (x334 over 6m11s) managed/postgresql.azure.jet.crossplane.io/v1alpha1, kind=server cannot get a terraform workspace for resource: cannot create a new file producer: cannot get sensitive parameters: cannot get secret value for &{{myazurepgserver-admin-password all-in-one-selfservice} password}: cannot get secret data: Secret "myazurepgserver-admin-password" not found
How can we reproduce it?
Create resource with a secret
Delete referenced secret before deleting the resource
The text was updated successfully, but these errors were encountered:
What happened?
If a secret is deleted before a terrajet resource is deleted, the following warning will be displayed and the resource will get stuck:
Warning CannotConnectToProvider 23s (x334 over 6m11s) managed/postgresql.azure.jet.crossplane.io/v1alpha1, kind=server cannot get a terraform workspace for resource: cannot create a new file producer: cannot get sensitive parameters: cannot get secret value for &{{myazurepgserver-admin-password all-in-one-selfservice} password}: cannot get secret data: Secret "myazurepgserver-admin-password" not found
How can we reproduce it?
The text was updated successfully, but these errors were encountered: