Skip to content

Commit 3ccfa4e

Browse files
Merge branch 'divyanshujainSquareops:main' into release-1.1.3
2 parents ad5cba4 + 9ab3d73 commit 3ccfa4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/complete-psql-replica/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module "vpc" {
8383
}
8484

8585
module "rds-pg" {
86-
source = "../.."
86+
source = "squareops/rds-postgresql/aws"
8787
name = local.name
8888
db_name = "postgres"
8989
family = local.family

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
terraform {
2-
required_version = ">= 0.13"
2+
required_version = ">= 1.0"
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = "5.13.1"
6+
version = ">= 5.0.0"
77
}
88
}
99
}

0 commit comments

Comments
 (0)