terraform-aws-rds-proxy/examples/postgresql_iam_cluster/versions.tf
Orest Kapko 1007d2897b
updated versions.tf (#2)
Co-authored-by: Orest Kapko <orest.kapko@welltech.com>
2023-06-08 14:01:34 +03:00

14 lines
229 B
HCL

terraform {
required_version = ">= 1.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.55"
}
random = {
source = "hashicorp/random"
version = ">= 2.0"
}
}
}