File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ resource "aws_sns_topic" "db_alarms_56" {
3535}
3636
3737module "aurora_db_56" {
38- source = "../.. "
38+ source = "claranet/aurora/aws "
3939 name = "test-aurora-db-56"
4040 envname = "test56"
4141 envtype = "test"
@@ -78,7 +78,7 @@ resource "aws_sns_topic" "db_alarms" {
7878}
7979
8080module "aurora_db_57" {
81- source = "../.. "
81+ source = "claranet/aurora/aws "
8282 engine = "aurora-mysql"
8383 engine-version = "5.7.12"
8484 name = "test-aurora-db-57"
@@ -122,7 +122,7 @@ resource "aws_sns_topic" "db_alarms_postgres96" {
122122}
123123
124124module "aurora_db_postgres96" {
125- source = "../.. "
125+ source = "claranet/aurora/aws "
126126 engine = "aurora-postgresql"
127127 engine-version = "9.6.3"
128128 name = "test-aurora-db-postgres96"
You can’t perform that action at this time.
0 commit comments