-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datasource cloudflare_list
and cloudflare_lists
#2296
Conversation
changelog detected ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests are looking good
TF_ACC=1 go test ./internal/sdkv2provider -v -run "^(TestAccCloudflareListDataSource|TestAccCloudflareListsDataSource)" -timeout 120m -parallel 1
=== RUN TestAccCloudflareListDataSource
--- PASS: TestAccCloudflareListDataSource (24.47s)
=== RUN TestAccCloudflareListsDataSource
--- PASS: TestAccCloudflareListsDataSource (11.54s)
PASS
ok github.com/cloudflare/terraform-provider-cloudflare/internal/sdkv2provider 36.503s
we just need to tidy up a couple of these smaller things and we're good to go!
Co-authored-by: Jacob Bednarz <jacob.bednarz@hey.com>
Co-authored-by: Jacob Bednarz <jacob.bednarz@hey.com>
Co-authored-by: Jacob Bednarz <jacob.bednarz@hey.com>
Co-authored-by: Jacob Bednarz <jacob.bednarz@hey.com>
Co-authored-by: Jacob Bednarz <jacob.bednarz@hey.com>
acceptance tests all passing
thanks for this one @rwhelan 🙇 |
This functionality has been released in v4.2.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! |
New data sources for getting list information.
cloudflare_lists
: Returns all lists.cloudflare_list
: Takes the single attributename
and returns only the list with the matching name.