mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-17 08:21:12 +00:00
11 lines
147 B
Terraform
11 lines
147 B
Terraform
|
|
terraform {
|
||
|
|
required_version = ">= 1.0"
|
||
|
|
|
||
|
|
required_providers {
|
||
|
|
aws = {
|
||
|
|
source = "hashicorp/aws"
|
||
|
|
version = ">= 5.0"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|