Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added `name` field to second example. There is a known bug cloudposse#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.
  • Loading branch information
keithrozario committed May 10, 2024
1 parent 29e9d24 commit c759cb0
Showing 1 changed file with 1 addition 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 = "prod"
}
```

Expand Down

0 comments on commit c759cb0

Please sign in to comment.