mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
switch kubernetes provider for annotation patching
This commit is contained in:
@@ -12,6 +12,10 @@ terraform {
|
||||
source = "cloudflare/cloudflare"
|
||||
version = "~> 4.0"
|
||||
}
|
||||
kubernetes = {
|
||||
source = "hashicorp/kubernetes"
|
||||
version = "2.28.0"
|
||||
}
|
||||
kubectl = {
|
||||
source = "gavinbunney/kubectl"
|
||||
version = ">= 1.14.0"
|
||||
@@ -39,6 +43,10 @@ provider "cloudflare" {
|
||||
api_key = var.cloudflare_api_key
|
||||
}
|
||||
|
||||
provider "kubernetes" {
|
||||
config_path = "oke/kubeconfig"
|
||||
}
|
||||
|
||||
provider "kubectl" {
|
||||
config_path = "oke/kubeconfig"
|
||||
}
|
Reference in New Issue
Block a user