-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Other prep work for the Bubble Tea implementation (#98)
* Ensure new VPC gets created when requested. Append unique string to VPC name when creating, to prevent collisions. Add nil checks on security group and subnet parameters. New ValidateInteger function, for input validation on plainText questions type. Co-authored-by: Gavin <gavinburris42@gmail.com> * Pass in stack name, to avoid name mismatch from generating a UUID The UUID generation is internal to CreateStackAndGetResources, meaning we cannot mock it. Easier to pass in a particular value and avoid the UUID generation code altogether. Co-authored-by: Gavin <gavinburris42@gmail.com>
- Loading branch information
1 parent
8d11504
commit f7b037b
Showing
4 changed files
with
52 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters