Skip to content

Commit

Permalink
Update README, show Terraform registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bashton authored Apr 20, 2018
1 parent 05508cc commit 2989a8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2989a8d

Please sign in to comment.