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.
I tried to create a container registry with this provider. The process failed with the following error message:
observe failed: cannot run refresh: refresh failed: Missing required
argument: The argument "encryption.0.identity_client_id" is required,
but no definition was found.: File name: main.tf.json
Missing required argument: The argument "encryption.0.key_vault_key_id"
is required, but no definition was found.: File name: main.tf.json
This is weird because I don't want to use encryption at all. The field is optional as documented here. I tried to fix it by setting encryption.enabled: false but this didn't work out either.
What happened?
I tried to create a container registry with this provider. The process failed with the following error message:
This is weird because I don't want to use encryption at all. The field is optional as documented here. I tried to fix it by setting
encryption.enabled: false
but this didn't work out either.How can we reproduce it?
This is a fairly simple setup.
What environment did it happen in?
Crossplane version: v1.9.0
Provider Version: v0.12.0-preview
Kubernetes: AKS 1.23.8
Thanks in advance!
The text was updated successfully, but these errors were encountered: