mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-17 00:11:11 +00:00
updated versions.tf (#1)
Co-authored-by: Orest Kapko <orest.kapko@welltech.com>
This commit is contained in:
parent
a3a21db644
commit
c5c117c531
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
terraform {
|
||||
required_version = ">= 0.13.1"
|
||||
required_version = ">= 1.0"
|
||||
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = ">= 3.38"
|
||||
version = ">= 4.55"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue