Closed verenion closed 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
require
is a block, not an attribute so it should be require {}
(no equals sign).
feel free to submit a PR fixing this documentation example 😄 (https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/contributing/registry-documentation.md).
This functionality has been released in v4.12.0 of the Terraform Cloudflare Provider.
Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
Confirmation
Terraform and Cloudflare provider version
terraform -v Terraform v1.5.4 on linux_amd64
Affected resource(s)
cloudflare_access_group
Terraform configuration files
Link to debug output
https://gist.github.com/verenion/febe6b7d784eba102f05a5bcbd989a60
Panic output
No response
Expected output
For the group to be created, as per the documentation:
https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/access_group#nested-schema-for-require
Actual output
I get an unsupported argument error:
Steps to reproduce
Additional factoids
No response
References
No response