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
auth0_action secrets most probably do not support the update/delete of existing secrets. But, adding new is supported and this functionality is not working at this moment with resource auth0_action.
From terraform-provider-auth0 created by RishikeshDarandale: alexkappa/terraform-provider-auth0#477
Description
auth0_action
secrets most probably do not support the update/delete of existing secrets. But, adding new is supported and this functionality is not working at this moment with resourceauth0_action
.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
terraform import
should get the secret key read into the state fileterraform apply
should add the new secret to the actionUse Cases
action
having one secretaction
with one secretaction
to add a new secretAbove observation is based on the events that were recorded #470 as below.
Actual Behavior
terraform import
is not importing the secret with only key into terraform stateterraform apply
is not passing the new secrets to HTTP PATCH call for action update.Steps to Reproduce
terraform apply
Debug Output
Please refer #470 and #472 for more debug details!
Panic Output
Important Factoids
References
Community Note
The text was updated successfully, but these errors were encountered: