diff --git a/nsxt/resource_nsxt_compute_manager.go b/nsxt/resource_nsxt_compute_manager.go index 9ebc47f52..d8f865aa1 100644 --- a/nsxt/resource_nsxt_compute_manager.go +++ b/nsxt/resource_nsxt_compute_manager.go @@ -46,7 +46,7 @@ func resourceNsxtComputeManager() *schema.Resource { Type: schema.TypeBool, Description: "Specifies whether service account is created or not on compute manager", Optional: true, - Default: true, + Default: false, }, "credential": { Type: schema.TypeList, diff --git a/website/docs/r/compute_manager.html.markdown b/website/docs/r/compute_manager.html.markdown index 19cd1301c..cf39852d1 100644 --- a/website/docs/r/compute_manager.html.markdown +++ b/website/docs/r/compute_manager.html.markdown @@ -41,7 +41,7 @@ The following arguments are supported: * `description` - (Optional) Description of the resource. * `tag` - (Optional) A list of scope + tag pairs to associate with this resource. * `access_level_for_oidc` - (Optional) Specifies access level to NSX from the compute manager. Accepted values - 'FULL' or 'LIMITED'. The default value is 'FULL'. -* `create_service_account` - (Optional) Specifies whether service account is created or not on compute manager. The default is `true`. Note that only `true` value will be supported from version 9.0.0 onwards. +* `create_service_account` - (Optional) Specifies whether service account is created or not on compute manager. * `credential` - (Required) Login credentials for the compute manager. Should contain exactly one credential enlisted below: * `saml_login` - (Optional) A login credential specifying saml token. * `thumbprint` - (Required) Thumbprint of the server.