13 lines
222 B
Terraform
Raw Normal View History

2020-03-29 11:49:46 -03:00
#
# Provider configurations
# This file will *NOT* be overwriten upon regeneration, so it's safe
# to add your own customizations
#
provider "kubernetes" {
version = "~> 1.10"
}
provider "random" {
version = "~> 2.2"
}