chore(terraform): actualiza provider AWS a >=5.94.0 para soporte mx-central-1 y configura password RDS dev

This commit is contained in:
Evert Daniel Romero Garrido
2026-04-15 12:43:37 -06:00
parent cbea3e932b
commit bc3ff913cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
version = ">= 5.94.0"
}
}
}