Skip to content

Commit

Permalink
[Bug Fix] vpc/vpc-endpoint - ParentClientStack parameter was not opti…
Browse files Browse the repository at this point in the history
…onal as documented
  • Loading branch information
davidtwamley authored and michaelwittig committed Aug 19, 2019
1 parent 57a9b5c commit 0fc3a3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vpc/vpc-endpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ Parameters:
Description: 'Stack name of parent VPC stack based on vpc/vpc-*azs.yaml template.'
Type: String
ParentClientStack:
Description: 'Optionel stack name of parent client stack based on state/client-sg.yaml template.'
Description: 'Optional stack name of parent client stack based on state/client-sg.yaml template.'
Type: String
Default: ''
ServiceName:
Description: 'The name of the service.'
Type: String
Expand Down

0 comments on commit 0fc3a3e

Please sign in to comment.