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.8.8
Expected outcome
Get a valid .tf file with cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_group > cloudflare_access_group.tf
Actual outcome
cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_group > cloudflare_access_group.tf executed successfully, but 'terraform validatehits the present error because the Cloudflare Terraform provider seemingly doesn't understand therequire { geo { } }` statement, even though it is documented as acceptable here: https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/access_group#geo
Steps to reproduce
cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_group > cloudflare_access_group.tf
terraform validate
References
No response
The text was updated successfully, but these errors were encountered:
etec-masterofsynapse
changed the title
Error: Unsupported block type (when validating with "terraform validate" after generating--resource cloudflare_access_groups)
Error: Unsupported block type (when validating with "terraform validate" after generating --resource cloudflare_access_groups)
Oct 28, 2022
etec-masterofsynapse
changed the title
Error: Unsupported block type (when validating with "terraform validate" after generating --resource cloudflare_access_groups)
Error: Unsupported block type (when validating with "terraform validate" after generating --resource_type cloudflare_access_groups)
Oct 28, 2022
Confirmation
cf-terraforming version
cf-terraforming v0.8.8
Expected outcome
Get a valid .tf file with
cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_group > cloudflare_access_group.tf
Actual outcome
cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_group > cloudflare_access_group.tf
executed successfully, but 'terraform validatehits the present error because the Cloudflare Terraform provider seemingly doesn't understand the
require { geo { } }` statement, even though it is documented as acceptable here: https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/access_group#geoSteps to reproduce
cf-terraforming generate -a <ACCOUNT_ID> --resource-type cloudflare_access_group > cloudflare_access_group.tf
terraform validate
References
No response
The text was updated successfully, but these errors were encountered: