Skip to content

Commit 14873bf

Browse files
authored
Regenerate README.md (#10)
1 parent cf4e0a9 commit 14873bf

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
2525

2626

2727

28+
29+
30+
31+
32+
2833
## Makefile Targets
2934
```
3035
Available targets:
@@ -45,7 +50,7 @@ Available targets:
4550
| name | The Name of the application or solution (e.g. `bastion` or `portal`) | string | `bastion` | no |
4651
| namespace | Namespace (e.g. `cp` or `cloudposse`) | string | `global` | no |
4752
| security_groups | AWS security group ids | list | - | yes |
48-
| ssh_user | Default SSH user for this AMI. e.g. `ec2user` for Amazon Linux and `ubuntu` for Ubuntu systems | string | `ec2user `or` ubuntu` | no |
53+
| ssh_user | Default SSH user for this AMI. e.g. `ec2user` for Amazon Linux and `ubuntu` for Ubuntu systems | string | - | yes |
4954
| stage | Stage (e.g. `prod`, `dev`, `staging`) | string | `default` | no |
5055
| subnets | AWS subnet ids | list | `<list>` | no |
5156
| user_data | User data scripts content | list | `<list>` | no |
@@ -83,11 +88,11 @@ Check out these related projects.
8388

8489
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-ec2-bastion-server/issues), send us an [email][email] or join our [Slack Community][slack].
8590

86-
## Commerical Support
91+
## Commercial Support
8792

8893
Work directly with our team of DevOps experts via email, slack, and video conferencing.
8994

90-
We provide *commercial support* for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a fulltime engineer.
95+
We provide [*commercial support*][commercial_support] for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a full-time engineer.
9196

9297
[![E-Mail](https://img.shields.io/badge/email-hello@cloudposse.com-blue.svg)](mailto:hello@cloudposse.com)
9398

@@ -97,7 +102,7 @@ We provide *commercial support* for all of our [Open Source][github] projects. A
97102
- **Bug Fixes.** We'll rapidly work to fix any bugs in our projects.
98103
- **Build New Terraform Modules.** We'll develop original modules to provision infrastructure.
99104
- **Cloud Architecture.** We'll assist with your cloud strategy and design.
100-
- **Implementation.** We'll provide hands on support to implement our reference architectures.
105+
- **Implementation.** We'll provide hands-on support to implement our reference architectures.
101106

102107

103108
## Community Forum
@@ -155,6 +160,13 @@ See [LICENSE](LICENSE) for full details.
155160
under the License.
156161

157162

163+
164+
165+
166+
167+
168+
169+
158170
## Trademarks
159171

160172
All other trademarks referenced herein are the property of their respective owners.
@@ -174,6 +186,7 @@ Check out [our other projects][github], [apply for a job][jobs], or [hire us][hi
174186
[docs]: https://docs.cloudposse.com/
175187
[website]: https://cloudposse.com/
176188
[github]: https://github.com/cloudposse/
189+
[commercial_support]: https://github.com/orgs/cloudposse/projects
177190
[jobs]: https://cloudposse.com/jobs/
178191
[hire]: https://cloudposse.com/contact/
179192
[slack]: https://slack.cloudposse.com/

docs/terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| name | The Name of the application or solution (e.g. `bastion` or `portal`) | string | `bastion` | no |
1010
| namespace | Namespace (e.g. `cp` or `cloudposse`) | string | `global` | no |
1111
| security_groups | AWS security group ids | list | - | yes |
12-
| ssh_user | Default SSH user for this AMI. e.g. `ec2user` for Amazon Linux and `ubuntu` for Ubuntu systems | string | `ec2user `or` ubuntu` | no |
12+
| ssh_user | Default SSH user for this AMI. e.g. `ec2user` for Amazon Linux and `ubuntu` for Ubuntu systems | string | - | yes |
1313
| stage | Stage (e.g. `prod`, `dev`, `staging`) | string | `default` | no |
1414
| subnets | AWS subnet ids | list | `<list>` | no |
1515
| user_data | User data scripts content | list | `<list>` | no |

0 commit comments

Comments
 (0)