terraform-rancher2-aws/modules/install_cert_manager/versions.tf

26 lines
471 B
HCL

terraform {
required_version = ">= 1.5.0"
required_providers {
helm = {
source = "hashicorp/helm"
version = "2.14"
}
time = {
source = "hashicorp/time"
version = ">= 0.12.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.31.0"
}
aws = {
source = "hashicorp/aws"
version = ">= 5.11"
}
file = {
source = "rancher/file"
version = ">= 2.2"
}
}
}