Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed output for launch template table #81

Merged
merged 1 commit into from
Jun 27, 2022

Conversation

GavinBurris42
Copy link
Contributor

@GavinBurris42 GavinBurris42 commented Jun 23, 2022

Issue #, if available:

Description of changes: Fixed output for launch template table

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Table Before:

[ yes / no ]
Please confirm if you would like to launch instance with following options: 
+---------------+--------------------------------------------------+
| Region        | us-east-1                                        |
| Subnets       | 1.vpc-07a5eb4bd9c8f9fcd:subnet-03b3b9454cc1889f3 |
| Instance Type | t2.micro                                         |
| Image ID      | ami-0846501b142ef3e13                            |
+---------------+--------------------------------------------------+
: 

Table After:

+---------------+--------------------------------------------------+
| Region        | us-east-1                                        |
| Subnets       | 1.vpc-07a5eb4bd9c8f9fcd:subnet-03b3b9454cc1889f3 |
| Instance Type | t2.micro                                         |
| Image ID      | ami-0846501b142ef3e13                            |
+---------------+--------------------------------------------------+
[ yes / no ]
Please confirm if you would like to launch instance with following options: 

@GavinBurris42 GavinBurris42 requested a review from a team as a code owner June 23, 2022 20:54
@GavinBurris42 GavinBurris42 requested a review from snay2 June 23, 2022 20:54
Copy link
Contributor

@snay2 snay2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update the PR description with a before/after of the table output? That will be useful if we need to refer back to this change in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants