Skip to content
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

InvalidArgument desc - Cannot create resources #188

Open
mopalinski opened this issue Dec 10, 2024 · 0 comments
Open

InvalidArgument desc - Cannot create resources #188

mopalinski opened this issue Dec 10, 2024 · 0 comments

Comments

@mopalinski
Copy link

On Dec 5th when attempting to create additional ACLs the following error started occurring:

│ Error: Failed to create ACL
│ 
│   with module.redpanda-acls.redpanda_acl.xxxxx,
│   on ../../xxxxx.tf line 26, in resource "redpanda_acl" "xxxxx":
│   26: resource "redpanda_acl" "xxxxx" {
│ 
│ rpc error: code = InvalidArgument desc = provided parameters are invalid

No such attribute is being passed in the definition of the resource. We're only passing:

  resource_type
  resource_name
  resource_pattern_type
  principal
  host
  operation
  permission_type
  cluster_api_url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant