mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-16 16:01:11 +00:00
7 lines
95 B
HCL
7 lines
95 B
HCL
terraform {
|
|
required_version = ">= 0.12.26"
|
|
|
|
required_providers {
|
|
aws = ">= 3.9"
|
|
}
|
|
}
|