-
Notifications
You must be signed in to change notification settings - Fork 639
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
Invalid Configuration for Read-Only Attribute #4915
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Thank you for reporting this issue! For maintainers to dig into issues it is required that all issues include the entirety of This issue has been marked with |
the error here is misleading; it's not the first instance of the here is the full diagnostic (also why we ask for the TF_LOG output even for these types of issues)
the schema for this definitely is conflicting iam_permission_group:
description: A named group of permissions that map to a group of operations against resources.
properties:
id:
description: Identifier of the group.
example: 6d7f2f5f5b1d4a0e9081fdc98d432fd1
readOnly: true
type: string
meta:
description: Attributes associated to the permission group.
example:
label: load_balancer_admin
scopes: com.cloudflare.api.account
properties:
key:
type: string
value:
type: string
type: object
name:
description: Name of the group.
example: Load Balancer
readOnly: true
type: string
required:
- id will chat with the IAM folks on getting this triaged. |
Confirmation
Terraform and Cloudflare provider version
terraform -v
Terraform v1.10.4
on darwin_amd64
Affected resource(s)
cloudflare_account_token
Terraform configuration files
Link to debug output
none
Panic output
With "name" attribute
Without "name" attribute
Expected output
Account token will be created
Actual output
Error: Invalid Configuration for Read-Only Attribute
orError: Missing required argument
Steps to reproduce
Use "name" attribute in "cloudflare_account_token" resource
Additional factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: