Skip to content

Commit 2989a8d

Browse files
author
Sam Bashton
authored
Update README, show Terraform registry
1 parent 05508cc commit 2989a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ resource "aws_sns_topic" "db_alarms_56" {
3535
}
3636
3737
module "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
8080
module "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
124124
module "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"

0 commit comments

Comments
 (0)