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
See step 5: logpull_options is still there after the apply:
$ terraform plan
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# cloudflare_logpush_job.example will be updated in-place
~ resource "cloudflare_logpush_job" "example" {
id = "[redacted]"
- logpull_options = "fields=RayID×tamps=rfc3339&CVE-2021-44228=false" -> null
name = "example"
# (8 unchanged attributes hidden)
# (1 unchanged block hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Confirmation
cloudflare-go version
v0.92.0
Go environment
Expected output
That
logpull_options
is gone after the apply.Actual output
See step 5:
logpull_options
is still there after the apply:PUT
request (TF_LOG=trace
output):^ As you can see
logpull_options
isn't sent, but thePUT
doesn't seem to overwrite the resource - it behaves more like aPATCH
.Code demonstrating the issue
^ Replace
zone_id
anddestination_conf
with actual valuesSteps to reproduce
zone_id
anddestination_conf
with actual values)logpull_options
field from the resourceterraform plan
terraform apply
terraform plan
References
No response
The text was updated successfully, but these errors were encountered: