mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2026-01-12 10:09:50 +00:00
16 lines
269 B
HCL
16 lines
269 B
HCL
terraform {
|
|
required_version = ">= 1.5.7"
|
|
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = ">= 6.28"
|
|
}
|
|
}
|
|
|
|
provider_meta "aws" {
|
|
user_agent = [
|
|
"github.com/terraform-aws-modules/terraform-aws-rds-proxy"
|
|
]
|
|
}
|
|
}
|