-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Open
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
Confirmation
- 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
v0.24.0
Expected outcome
When I issue the generate or import command e.g. cf-terraforming --terraform-binary-path /usr/bin/terraform generate --zone <zone_id> --resource-type "cloudflare_zone" I receive only the state / configuration of the zone ID specified.
Actual outcome
I receive the state / configuration for all zones linked to the Cloudflare account
Steps to reproduce
- Install
cf-terraformingbinary - Install
terraformbinary - Setup a bare-bones
main.tffile specifying latest v5 of the provider - Setup
CLOUDFLARE_API_TOKENenvironment variable with a token that has access to all zones in my Cloudflare account - Issue the command
cf-terraforming --terraform-binary-path /usr/bin/terraform generate -z <zone_id> --resource-type "cloudflare_zone
References
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request