From 2989a8d80db8fa9f7230dcdf0721c0af0b9d62c2 Mon Sep 17 00:00:00 2001 From: Sam Bashton Date: Fri, 20 Apr 2018 09:23:16 +0100 Subject: [PATCH] Update README, show Terraform registry --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67a8146..fb25c25 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ resource "aws_sns_topic" "db_alarms_56" { } module "aurora_db_56" { - source = "../.." + source = "claranet/aurora/aws" name = "test-aurora-db-56" envname = "test56" envtype = "test" @@ -78,7 +78,7 @@ resource "aws_sns_topic" "db_alarms" { } module "aurora_db_57" { - source = "../.." + source = "claranet/aurora/aws" engine = "aurora-mysql" engine-version = "5.7.12" name = "test-aurora-db-57" @@ -122,7 +122,7 @@ resource "aws_sns_topic" "db_alarms_postgres96" { } module "aurora_db_postgres96" { - source = "../.." + source = "claranet/aurora/aws" engine = "aurora-postgresql" engine-version = "9.6.3" name = "test-aurora-db-postgres96"