Initial commit
This commit is contained in:
14
terraform/providers.tf
Normal file
14
terraform/providers.tf
Normal file
@@ -0,0 +1,14 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
kubernetes = {
|
||||
source = "hashicorp/kubernetes"
|
||||
version = ">= 2.10.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "kubernetes" {
|
||||
# This points to your k3s config file.
|
||||
# When you get your new server, we will update this to point to the new IP.
|
||||
config_path = "~/.kube/config"
|
||||
}
|
||||
Reference in New Issue
Block a user