-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Terraform providers:
https://github.com/rancher/harvester-cloud/blob/main/projects/google-cloud/providers.tf
https://github.com/rancher/harvester-cloud/blob/main/projects/azure/providers.tf
https://github.com/rancher/harvester-cloud/blob/main/projects/digitalocean/providers.tf
openSUSE OS version:
https://github.com/rancher/harvester-cloud/blob/main/modules/google-cloud/compute-engine/main.tf
https://github.com/rancher/harvester-cloud/blob/main/modules/azure/virtual-machine/main.tf
https://github.com/rancher/harvester-cloud/blob/main/modules/digitalocean/droplet/main.tf
The default version of Harvester:
https://github.com/rancher/harvester-cloud/blob/main/projects/google-cloud/variables.tf
https://github.com/rancher/harvester-cloud/blob/main/projects/google-cloud/terraform.tfvars.example
https://github.com/rancher/harvester-cloud/blob/main/projects/azure/variables.tf
https://github.com/rancher/harvester-cloud/blob/main/projects/azure/terraform.tfvars.example
https://github.com/rancher/harvester-cloud/blob/main/projects/digitalocean/variables.tf
https://github.com/rancher/harvester-cloud/blob/main/projects/digitalocean/terraform.tfvars.example
Refresh the docs.md files:
cd projects/google-cloud/
terraform-docs markdown table . > docs.md
cd ../azure/
terraform-docs markdown table . > docs.mdDo a round of tests (deploy/destroy).