6 lines
77 B
Terraform
6 lines
77 B
Terraform
#
|
|
# Providers definitions
|
|
#
|
|
provider "kubernetes" {
|
|
version = "~> 1.11"
|
|
} |