Skip to content

Commit

Permalink
added name to 2nd example
Browse files Browse the repository at this point in the history
  • Loading branch information
keithrozario committed May 11, 2024
1 parent c759cb0 commit 770754f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module "cdn" {
aliases = ["assets.cloudposse.com"]
dns_alias_enabled = true
parent_zone_name = "cloudposse.com"
name = "prod"
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 770754f

Please sign in to comment.