Skip to content

Commit ede0dfe

Browse files
authored
Merge pull request #1367 from vmware/revert-service-account-change
Revert change of default in CM resource
2 parents 8c911c5 + cf78531 commit ede0dfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nsxt/resource_nsxt_compute_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func resourceNsxtComputeManager() *schema.Resource {
4646
Type: schema.TypeBool,
4747
Description: "Specifies whether service account is created or not on compute manager",
4848
Optional: true,
49-
Default: true,
49+
Default: false,
5050
},
5151
"credential": {
5252
Type: schema.TypeList,

website/docs/r/compute_manager.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following arguments are supported:
4141
* `description` - (Optional) Description of the resource.
4242
* `tag` - (Optional) A list of scope + tag pairs to associate with this resource.
4343
* `access_level_for_oidc` - (Optional) Specifies access level to NSX from the compute manager. Accepted values - 'FULL' or 'LIMITED'. The default value is 'FULL'.
44-
* `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.
44+
* `create_service_account` - (Optional) Specifies whether service account is created or not on compute manager.
4545
* `credential` - (Required) Login credentials for the compute manager. Should contain exactly one credential enlisted below:
4646
* `saml_login` - (Optional) A login credential specifying saml token.
4747
* `thumbprint` - (Required) Thumbprint of the server.

0 commit comments

Comments
 (0)