Skip to content

Commit

Permalink
Merge pull request vmware#1371 from vmware/service-account-computed
Browse files Browse the repository at this point in the history
Mark service_account computed in compute manager
  • Loading branch information
annakhm authored Sep 17, 2024
2 parents 0ebf648 + 0eae8fb commit 9d5748b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nsxt/resource_nsxt_compute_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: false,
Computed: true,
},
"credential": {
Type: schema.TypeList,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_manager.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* `create_service_account` - (Optional) Specifies whether service account is created or not on compute manager. Note that the default for this setting has changed with NSX 9.0 from `false` to `true`.
* `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.
Expand Down

0 comments on commit 9d5748b

Please sign in to comment.