Skip to content

Commit

Permalink
Merge pull request #48 from meltwater/ATEAM-12338
Browse files Browse the repository at this point in the history
Updated Source Reference in README.md [SKIP CI]
  • Loading branch information
beateguia authored Mar 22, 2022
2 parents 7e731da + d741411 commit 00ee3e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ tag {
Once you have your ASG set up, you can just invoke this module and point to it:
```hcl
module "clever_name_autoscale_dns" {
source = "meltwater/asg-dns-handler/aws"
version = "x.y.z"
source = "app.terraform.io/meltwater/asg-dns-handler/aws"
version = "2.1.5"
# use_public_ip = true
autoscale_handler_unique_identifier = "clever_name"
autoscale_route53zone_arn = "ABCDEFGHIJ123"
Expand Down Expand Up @@ -113,8 +113,8 @@ resource "aws_autoscaling_group" "my_asg" {
}
module "autoscale_dns" {
source = "meltwater/asg-dns-handler/aws"
version = "x.y.z"
source = "app.terraform.io/meltwater/asg-dns-handler/aws"
version = "2.1.5"
autoscale_handler_unique_identifier = "my_asg_handler"
autoscale_route53zone_arn = var.internal_zone_id
Expand All @@ -124,7 +124,7 @@ module "autoscale_dns" {

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) to understand how to submit pull requests to us, and also see our [code of conduct](CODE_OF_CONDUCT.md).
Please read [CONTRIBUTING.md](CONTRIBUTING.md) to understand how to submit pull requests to us, and also see our [Code of Conduct](CODE_OF_CONDUCT.md).

## Difference between Lifecycle action

Expand Down

0 comments on commit 00ee3e1

Please sign in to comment.