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
When creating a webhook, I get the error: "Error: Provider produced inconsistent result after apply... inconsistent values for sensitive attribute."
The webhook is created successfully.
To Reproduce
Create a new terraform project with the following data:
contentstack_webhook.business-config-server: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to contentstack_webhook.example, provider "provider[\"registry.terraform.io/labd/contentstack\"]" produced an unexpected new value: .destination[0].http_basic_password: inconsistent values for sensitive attribute.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Expected behavior
No error message
Screenshots
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Version information
Describe the bug
When creating a webhook, I get the error: "Error: Provider produced inconsistent result after apply... inconsistent values for sensitive attribute."
The webhook is created successfully.
To Reproduce
Create a new terraform project with the following data:
run
terraform init
terraform apply -var-file="<path-to-your-variables>.tfvars"
The terraform output is the following:
Expected behavior
No error message
Screenshots
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: