Skip to content

Examples of using the Spectro Cloud Terraform provider to provision clusters.

jbergfeld/spectro-terraform-examples

Repository files navigation

Spectro Cloud Terraform examples

Examples of using the Spectro Cloud Terraform provider to provision clusters in a vSphere environment.

To get started, create a terraform.tfvars file using your settings for your environment.

sc_host         = "api.spectrocloud.com"
sc_api_key      = "ABC123...="
sc_project_name = "Default"
sc_cloudaccount = "my-vsphere-account"

vsphere_datacenter      = "Datacenter"
vsphere_cluster         = "Cluster"
vsphere_datastore       = "vsanDatastore"
vsphere_network         = "VM Network"
vsphere_resource_pool   = "my-resource-pool"
vsphere_folder          = "my-folder"
vsphere_search_domain   = "example.com"
vsphere_template_folder = "spectro-templates"

cluster_ssh_public_key  = "ssh-rsa AAAABC....="

About

Examples of using the Spectro Cloud Terraform provider to provision clusters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published