Skip to content

Commit

Permalink
Updated readme.md/readme.yml with working url (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eascen authored and aknysh committed Feb 10, 2019
1 parent af8eb7a commit 0163553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "aws_db_instance" "default" {
}
module "rds_alarms" {
source = "github::https://github.com/cloudposse/terraform-aws-rds-alerts.git?ref=master"
source = "git::https://github.com/cloudposse/terraform-aws-rds-cloudwatch-sns-alarms.git?ref=tags/0.1.5"
db_instance_id = "${aws_db_instance.default.id}"
}
```
Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ examples: |-
}
module "rds_alarms" {
source = "github::https://github.com/cloudposse/terraform-aws-rds-alerts.git?ref=master"
source = "git::https://github.com/cloudposse/terraform-aws-rds-cloudwatch-sns-alarms.git?ref=tags/0.1.5"
db_instance_id = "${aws_db_instance.default.id}"
}
```
Expand Down

0 comments on commit 0163553

Please sign in to comment.