mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-16 08:01:10 +00:00
10 lines
150 B
HCL
10 lines
150 B
HCL
terraform {
|
|
required_version = ">= 1.5.7"
|
|
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = ">= 6.15"
|
|
}
|
|
}
|
|
}
|