chore: initialize k3s master iac skeleton
Some checks failed
terraform-plan / plan (push) Has been cancelled
Some checks failed
terraform-plan / plan (push) Has been cancelled
This commit is contained in:
11
terraform/main.tf
Normal file
11
terraform/main.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
provider "vsphere" {
|
||||
user = var.vsphere_user
|
||||
password = var.vsphere_password
|
||||
vsphere_server = var.vsphere_server
|
||||
|
||||
# CI pipeline injects sensitive certificates and ignores insecure SSL via TF vars if required.
|
||||
allow_unverified_ssl = false
|
||||
}
|
||||
|
||||
# Placeholder resource block intentionally omitted.
|
||||
# Actual VM cloning, tagging, and network configuration will be added in follow-up stories.
|
||||
Reference in New Issue
Block a user