We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Dec 5th when attempting to create additional ACLs the following error started occurring:
No such attribute is being passed in the definition of the resource. We're only passing:
The text was updated successfully, but these errors were encountered: