First commit

This commit is contained in:
2025-01-27 17:26:43 -06:00
commit bedae897ca
9 changed files with 84 additions and 0 deletions

15
terraform.tf Normal file
View File

@@ -0,0 +1,15 @@
terraform {
required_providers {
helm = {
source = "hashicorp/helm"
}
kubectl = {
source = "gavinbunney/kubectl"
}
kubernetes = {
source = "hashicorp/kubernetes"
}
}
}