chore: initialize k3s master iac skeleton
Some checks failed
terraform-plan / plan (push) Has been cancelled

This commit is contained in:
2025-11-07 15:23:27 +08:00
commit 85772b9168
8 changed files with 199 additions and 0 deletions

12
terraform/versions.tf Normal file
View File

@@ -0,0 +1,12 @@
terraform {
required_version = ">= 1.8.0"
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.5.0"
}
}
}
# Locking Terraform and provider versions prevents pipeline drift.