logpush job filter update required after import #4725
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.10.1
on linux_amd64
Affected resource(s)
cloudflare_logpush_job
Terraform configuration files
Link to debug output
cannot provide debug output due to sensitive data
Panic output
No response
Expected output
No changes
Actual output
cloudflare_logpush_job.aws_logpush_api_stg will be updated in-place
~ resource "cloudflare_logpush_job" "aws_logpush_api_stg" {
~ filter = jsonencode(
~ {
~ where = {
- and = [
- {
- and = [
- {
- key = "ClientRequestHost"
- operator = "in"
- value = [
- "api-content-rc.domain.tld",
- "api-rc.domain.tld",
- "api-billing-rc.domain.tld",
- "api-oauth-rc.domain.tld",
- "creator-rc.domain.tld",
- "social-rc.domain.tld",
- "billing-rc.domain.tld",
]
},
]
},
]
+ key = "ClientRequestHost"
+ operator = "in"
+ value = [
+ "api-content-rc.domain.tld",
+ "api-rc.domain.tld",
+ "api-billing-rc.domain.tld",
+ "api-oauth-rc.domain.tld",
+ "creator-rc.domain.tld",
+ "social-rc.domain.tld",
+ "billing-rc.domain.tld",
]
}
}
)
id = "xxxx"
name = "aws-logpush-api-stg"
# (11 unchanged attributes hidden)
Steps to reproduce
Additional factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: