@@ -37,19 +37,19 @@ related:
3737 url : " https://github.com/cloudposse/terraform-aws-tfstate-backend"
3838 - name : " terraform-aws-elasticache-redis"
3939 description : " Terraform module to provision an ElastiCache Redis Cluster"
40- url : " https://github.com/cloudposse/terraform-aws-elasticache-redis"
40+ url : " https://github.com/cloudposse/terraform-aws-elasticache-redis"
4141 - name : " terraform-aws-elasticache-memcached"
4242 description : " Terraform Module for ElastiCache Memcached Cluster"
43- url : " https://github.com/cloudposse/terraform-aws-elasticache-memcached"
43+ url : " https://github.com/cloudposse/terraform-aws-elasticache-memcached"
4444 - name : " terraform-aws-elasticache-cloudwatch-sns-alarms"
4545 description : " Terraform module that configures CloudWatch SNS alerts for ElastiCache"
46- url : " https://github.com/cloudposse/terraform-aws-elasticache-cloudwatch-sns-alarms"
46+ url : " https://github.com/cloudposse/terraform-aws-elasticache-cloudwatch-sns-alarms"
4747 - name : " terraform-aws-rds-cluster"
4848 description : " Terraform module to provision an RDS Aurora cluster for MySQL or Postgres"
49- url : " https://github.com/cloudposse/terraform-aws-rds-cluster"
49+ url : " https://github.com/cloudposse/terraform-aws-rds-cluster"
5050 - name : " terraform-aws-rds"
5151 description : " Terraform module to provision AWS RDS instances"
52- url : " https://github.com/cloudposse/terraform-aws-rds"
52+ url : " https://github.com/cloudposse/terraform-aws-rds"
5353
5454# Short description of this project
5555description : |-
@@ -66,7 +66,7 @@ usage: |-
6666 ```hcl
6767 module "dynamodb_table" {
6868 source = "git::https://github.com/cloudposse/terraform-aws-dynamodb.git?ref=master"
69- namespace = "cp "
69+ namespace = "eg "
7070 stage = "dev"
7171 name = "cluster"
7272 hash_key = "HashKey"
@@ -86,7 +86,7 @@ usage: |-
8686 ```hcl
8787 module "dynamodb_table" {
8888 source = "git::https://github.com/cloudposse/terraform-aws-dynamodb.git?ref=master"
89- namespace = "cp "
89+ namespace = "eg "
9090 stage = "dev"
9191 name = "cluster"
9292 hash_key = "HashKey"
@@ -142,4 +142,4 @@ contributors:
142142 - name : " Jamie Nelson"
143143 github : " Jamie-BitFlight"
144144 - name : " Daren Desjardins"
145- github : " darend"
145+ github : " darend"
0 commit comments