Skip to content

Commit

Permalink
Merge pull request #479 from instaclustr/terraform-jenkins-branch-202…
Browse files Browse the repository at this point in the history
…4-11-21T102406Z

terraform-jenkins-branch-2024-11-21T102406Z
  • Loading branch information
admintfprovider authored Nov 21, 2024
2 parents e965778 + 5673074 commit 8d2f3d8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIN_NAME=terraform-provider-instaclustr

VERSION=2.0.168
VERSION=2.0.169

FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/kafka_acl_v2_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ List of ACLs for the given principal.<br>
### Read-only attributes
*___principal___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: pattern: `^User:.*$`<br><br>Specifies the users(s) for which this ACL applies and can include the wildcard `*`. Valid values must start with "User:" including the wildcard.<br><br>
<ins>Constraints</ins>: pattern: `^User:[a-zA-Z0-9][a-zA-Z0-9_-]*$`<br><br>Specifies the users(s) for which this ACL applies and can include the wildcard `*`. Valid values must start with "User:" including the wildcard.<br><br>
*___permission_type___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: allowed values: [ `ALLOW`, `DENY` ]<br><br>Specifies whether to allow or deny the operation.<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/kafka_acl_v3_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ List of ACLs for the given principal.<br>
### Read-only attributes
*___principal___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: pattern: `^User:.*$`<br><br>Specifies the users(s) for which this ACL applies and can include the wildcard `*`. Valid values must start with "User:" including the wildcard.<br><br>
<ins>Constraints</ins>: pattern: `^User:[a-zA-Z0-9][a-zA-Z0-9_-]*$`<br><br>Specifies the users(s) for which this ACL applies and can include the wildcard `*`. Valid values must start with "User:" including the wildcard.<br><br>
*___permission_type___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: allowed values: [ `ALLOW`, `DENY` ]<br><br>Specifies whether to allow or deny the operation.<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/kafka_cluster_acls_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ List of ACLs for the given principal.<br>
### Read-only attributes
*___principal___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: pattern: `^User:.*$`<br><br>Specifies the users(s) for which this ACL applies and can include the wildcard `*`. Valid values must start with "User:" including the wildcard.<br><br>
<ins>Constraints</ins>: pattern: `^User:[a-zA-Z0-9][a-zA-Z0-9_-]*$`<br><br>Specifies the users(s) for which this ACL applies and can include the wildcard `*`. Valid values must start with "User:" including the wildcard.<br><br>
*___permission_type___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: allowed values: [ `ALLOW`, `DENY` ]<br><br>Specifies whether to allow or deny the operation.<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/kafka_acl_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ List of ACLs for the given principal.<br>
### Input attributes - Required
*___principal___*<br>
<ins>Type</ins>: string, required, updatable<br>
<ins>Constraints</ins>: pattern: `^User:.*$`<br><br>Specifies the users(s) for which this ACL applies and can include the wildcard `*`. Valid values must start with "User:" including the wildcard.<br><br>
<ins>Constraints</ins>: pattern: `^User:[a-zA-Z0-9][a-zA-Z0-9_-]*$`<br><br>Specifies the users(s) for which this ACL applies and can include the wildcard `*`. Valid values must start with "User:" including the wildcard.<br><br>
*___permission_type___*<br>
<ins>Type</ins>: string, required, updatable<br>
<ins>Constraints</ins>: allowed values: [ `ALLOW`, `DENY` ]<br><br>Specifies whether to allow or deny the operation.<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/kafka_acl_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ List of ACLs for the given principal.<br>
### Input attributes - Required
*___principal___*<br>
<ins>Type</ins>: string, required, updatable<br>
<ins>Constraints</ins>: pattern: `^User:.*$`<br><br>Specifies the users(s) for which this ACL applies and can include the wildcard `*`. Valid values must start with "User:" including the wildcard.<br><br>
<ins>Constraints</ins>: pattern: `^User:[a-zA-Z0-9][a-zA-Z0-9_-]*$`<br><br>Specifies the users(s) for which this ACL applies and can include the wildcard `*`. Valid values must start with "User:" including the wildcard.<br><br>
*___permission_type___*<br>
<ins>Type</ins>: string, required, updatable<br>
<ins>Constraints</ins>: allowed values: [ `ALLOW`, `DENY` ]<br><br>Specifies whether to allow or deny the operation.<br><br>
Expand Down

0 comments on commit 8d2f3d8

Please sign in to comment.