Skip to content

Commit

Permalink
Lower role binding and PI requirement to 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Wang <[email protected]>
  • Loading branch information
wsquan171 committed Dec 20, 2023
1 parent 92e8200 commit 62622dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion nsxt/resource_nsxt_policy_role_binding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestAccResourceNsxtPolicyRoleBinding_local_user(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccOnlyLocalManager(t)
testAccNSXVersion(t, "4.1.0")
testAccNSXVersion(t, "4.0.0")
},
Providers: testAccProviders,
CheckDestroy: func(state *terraform.State) error {
Expand Down Expand Up @@ -145,6 +145,7 @@ func TestAccResourceNsxtPolicyRoleBinding_import_basic(t *testing.T) {
testAccPreCheck(t)
testAccEnvDefined(t, "NSXT_TEST_LDAP_USER")
testAccOnlyLocalManager(t)
testAccNSXVersion(t, "4.0.0")
},
Providers: testAccProviders,
CheckDestroy: func(state *terraform.State) error {
Expand Down
4 changes: 2 additions & 2 deletions nsxt/resource_nsxt_principal_identity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestAccResourceNsxtPrincipleIdentity_basic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccOnlyLocalManager(t)
testAccNSXVersion(t, "4.1.0")
testAccNSXVersion(t, "4.0.0")
},
Providers: testAccProviders,
CheckDestroy: func(state *terraform.State) error {
Expand Down Expand Up @@ -69,7 +69,7 @@ func TestAccResourceNsxtPrincipleIdentity_import_basic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccOnlyLocalManager(t)
testAccNSXVersion(t, "4.1.0")
testAccNSXVersion(t, "4.0.0")
},
Providers: testAccProviders,
CheckDestroy: func(state *terraform.State) error {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: A resource to configure user management Role Bindings.

This resource provides a method for the management of Role Bindings of users.

~> **NOTE:** This resource requires NSX version 4.1.0 or higher.
~> **NOTE:** This resource requires NSX version 4.0.0 or higher.

## Example Usage

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/principle_identity.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: A resource to configure principle identities.

This resource provides a method for the management of Principle Identities.

~> **NOTE:** This resource requires NSX version 4.1.0 or higher.
~> **NOTE:** This resource requires NSX version 4.0.0 or higher.

## Example Usage

Expand Down

0 comments on commit 62622dd

Please sign in to comment.