cloudflare_access_policy: When using multiple saml
blocks in an include
block, only the last one is saved
#2018
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
service/access
Categorizes issue or PR as related to the Access service.
triage/debug-log-attached
Indicates an issue or PR has a complete Terraform debug log.
Confirmation
Terraform and Cloudflare provider version
Terraform v1.0.11
cloudflare provider version = "3.27.0"
Affected resource(s)
cloudflare_access_policy
Terraform configuration files
Link to debug output
https://gist.github.com/bobthebuilderberlin/66971a1af766131887faace3a90416d8
Panic output
No response
Expected output
After an apply, not only the last item of the
saml
block list should be saved, but all of the items.Providing multiple
include
blocks with singlesaml
blocks does not help.Actual output
plan
output after a singularapply
:Same in the UI, only the last element is saved.
Steps to reproduce
saml
blocks in theinclude
block of acloudflare_access_policy
resourceterraform apply
terraform plan
shows that only the first element is saved.Additional factoids
Seems to be very similar to this issue:
#1917
References
No response
The text was updated successfully, but these errors were encountered: