diff --git a/nsxt/resource_nsxt_policy_role_binding_test.go b/nsxt/resource_nsxt_policy_role_binding_test.go index 20b1abcf3..4fd57dd4d 100644 --- a/nsxt/resource_nsxt_policy_role_binding_test.go +++ b/nsxt/resource_nsxt_policy_role_binding_test.go @@ -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 { @@ -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 { diff --git a/nsxt/resource_nsxt_principal_identity_test.go b/nsxt/resource_nsxt_principal_identity_test.go index 515457c75..768e1b5d7 100644 --- a/nsxt/resource_nsxt_principal_identity_test.go +++ b/nsxt/resource_nsxt_principal_identity_test.go @@ -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 { @@ -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 { diff --git a/website/docs/r/policy_user_management_role_binding.html.markdown b/website/docs/r/policy_user_management_role_binding.html.markdown index 90c782a4b..3b410a586 100644 --- a/website/docs/r/policy_user_management_role_binding.html.markdown +++ b/website/docs/r/policy_user_management_role_binding.html.markdown @@ -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 diff --git a/website/docs/r/principle_identity.html.markdown b/website/docs/r/principle_identity.html.markdown index aedc5ad01..c5f0c6889 100644 --- a/website/docs/r/principle_identity.html.markdown +++ b/website/docs/r/principle_identity.html.markdown @@ -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