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
My issue isn't already found on the issue tracker.
I have replicated my issue using the latest version of the library and it is still present.
cf-terraforming version
cf-terraforming v0.21.0-dev+1bedf8c1500f
Expected outcome
After running cf-terraforming generate and cf-terraforming import, then terraform import, terraform plan should report 0 to change resources.
Extra information:
versions:
Regarding cf-terrafroming version, I've tried the latest release and the one from the current (04.11.2024) master.
Terraform v1.9.8
on linux_amd64
+ provider registry.terraform.io/cloudflare/cloudflare v4.45.
minor other issue that has probably nothing to do with this, that in case of CAA records, the generated resources contain a content and a data field, wild the "same" values (different format), and one has to remove one of them in order to make the import start.
Actual outcome
Running terraform plan reports all imported cloudflare-record resources as "will be updated in-place". Example output:
cloudflare_record.terraform_managed_resource_redactedhash will be updated in-place
~ resource "cloudflare_record" "terraform_managed_resource_redactedhash" {
+ allow_overwrite = false
+ content = "redacted.com"
id = "redactedhash"
name = "redacted_record_name"
tags = []
# (10 unchanged attributes hidden)
}
Steps to reproduce
run cf-terraforming generate with cloudflare-record
run cf-terraforming import
import the resources with the generated commands
run terraform plan
References
No response
The text was updated successfully, but these errors were encountered:
Confirmation
cf-terraforming version
cf-terraforming v0.21.0-dev+1bedf8c1500f
Expected outcome
After running
cf-terraforming generate
andcf-terraforming import
, thenterraform import
,terraform plan
should report0 to change
resources.Extra information:
Regarding
cf-terrafroming
version, I've tried the latest release and the one from the current (04.11.2024) master.content
and adata
field, wild the "same" values (different format), and one has to remove one of them in order to make the import start.Actual outcome
Running
terraform plan
reports all importedcloudflare-record
resources as "will be updated in-place". Example output:Steps to reproduce
cf-terraforming generate
withcloudflare-record
cf-terraforming import
terraform plan
References
No response
The text was updated successfully, but these errors were encountered: