mirror of
https://github.com/outbackdingo/terraform-kamaji-node-pool.git
synced 2026-01-27 18:20:27 +00:00
12 lines
308 B
HCL
12 lines
308 B
HCL
# =============================================================================
|
|
# TERRAFORM CONFIGURATION
|
|
# =============================================================================
|
|
|
|
terraform {
|
|
required_providers {
|
|
vsphere = {
|
|
source = "vmware/vsphere"
|
|
version = "~> 2.0"
|
|
}
|
|
}
|
|
} |