Skip to content

Commit

Permalink
Update README.md (#308)
Browse files Browse the repository at this point in the history
* Update README.md

Added `name` field to second example. There is a known bug #151 if the name field is ommited. Might be easier to just update the docs than fix the bug, since it's been open since 2021.

* added name to 2nd example
  • Loading branch information
keithrozario authored May 28, 2024
1 parent ab5d819 commit e1888b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ module "cdn" {
aliases = ["assets.cloudposse.com"]
dns_alias_enabled = true
parent_zone_name = "cloudposse.com"
name = "eg-prod-app"
}
```

Expand Down
1 change: 1 addition & 0 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ usage: |2-
aliases = ["assets.cloudposse.com"]
dns_alias_enabled = true
parent_zone_name = "cloudposse.com"
name = "eg-prod-app"
}
```
Expand Down

0 comments on commit e1888b3

Please sign in to comment.