mingfang / terraform-k8s-modules

Terraform Kubernetes Modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-k8s-modules

Terraform Kubernetes Modules

Requirements

Upgrading to Terraform 0.13

  • Terraform 0.13 can automatically install this plugin. Make sure your Terraform configuration block has the plugin information like this.
terraform {
  required_providers {
    k8s = {
      source  = "mingfang/k8s"
    }
  }
}
  • If you have existing Terraform state created before Terraform 0.13 then you may have to upgrade the state using this command.
terraform state replace-provider 'registry.terraform.io/-/k8s' 'mingfang/k8s'

About

Terraform Kubernetes Modules


Languages

Language:HCL 99.4%Language:Shell 0.3%Language:Python 0.2%