SSL Action Parameter Not Persisted In State #2052
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/needs-information
Indicates an issue needs more information in order to work on it.
Confirmation
Terraform and Cloudflare provider version
Terraform v1.3.2
on linux_amd64
Affected resource(s)
cloudflare_ruleset
Terraform configuration files
Link to debug output
n/a
Panic output
No response
Expected output
Action parameter sets SSL to
full
in the configuration rule. Subsequent plans show no change.Actual output
Value is set correctly in Cloudflare, but subsequent TF runs still show planned changes to add the action parameter:
Steps to reproduce
Additional factoids
This particular line looks potentially suspect: https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/internal/provider/resource_cloudflare_ruleset.go#L542-L544
When looking at the resource in state it is missing
ssl
entirely:References
No response
The text was updated successfully, but these errors were encountered: