cf-terraforming
cf-terraforming copied to clipboard
cloudflare_custom_hostname_fallback_origin is not importable;
Confirmation
- [X] My issue isn't already found on the issue tracker.
- [X] I have replicated my issue using the latest version of the library and it is still present.
cf-terraforming version
0.6.3
Expected outcome
cloudflare_custom_hostname_fallback_origin imported and not created by terraform
Actual outcome
cloudflare_custom_hostname_fallback_origin is trying to be created within the environment.
Steps to reproduce
- With v 0.6.3 generate
cloudflare_custom_hostname_fallback_origin - with resource .tf file in place run
terraform plan - output should show that terraform is about to add "cloudflare_custom_hostname_fallback_origin" resource instead of importing existing one.
References
No response