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