ingress-nginx-helm/build/images/ingress-controller/versions.tf
Manuel Alejandro de Brito Fontes 7aca7bcc04
Terraform release (#4613)
* Add script to build the ingress controller image using terraform

* Update terraform to 0.12.9
2019-09-30 18:33:46 -03:00

11 lines
158 B
HCL

terraform {
required_version = ">= 0.12"
required_providers {
aws = "~> 2.0"
tls = "~> 2.0"
local = "~> 1.3"
null = "~> 2.1"
}
}