vsphere∕compute‒cluster - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "vsphere_compute_cluster" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Name | Version |
---|---|
terraform | ~> 1.0 |
vsphere | >= 2.2.0 |
Providers
Name | Version |
---|---|
vsphere | >= 2.2.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
vsphere_compute_cluster.compute_cluster | resource |
vsphere_datacenter.datacenter | data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
datacenter | n/a | any |
n/a | yes |
hosts | n/a | any |
n/a | yes |
name | n/a | any |
n/a | yes |
drs_automation_level | n/a | string |
"fullyAutomated" |
no |
drs_enabled | n/a | bool |
true |
no |
drs_migration_threshold | n/a | number |
3 |
no |
ha_enabled | n/a | bool |
true |
no |
Outputs
No outputs.