Skip to content

nukulyadav/terraform-k8s-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

Open In LegionX

https://legionx.com/https://github.com/mingfang/terraform-k8s-modules

About

Terraform Kubernetes Modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 98.8%
  • Other 1.2%