Skip to content

Commit 2ad1046

Browse files
terraform-docs: automated action
1 parent 7154863 commit 2ad1046

File tree

1 file changed

+33
-10
lines changed

1 file changed

+33
-10
lines changed

README.md

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ terraform apply -auto-approve
4444
```sh
4545
terraform destroy -auto-approve
4646
```
47-
# Pro Support
48-
49-
<a href="https://www.opszero.com"><img src="https://media.opszero.com/insights/brands/logo/2023/04/26/02/04/12/opsZero_logo.svg" width="300px"/></a>
50-
51-
[opsZero provides support](https://www.opszero.com/devops) for our modules including:
52-
53-
- Slack & Email support
54-
- One on One Video Calls
55-
- Implementation Guidance
5647
## Providers
5748

5849
| Name | Version |
@@ -73,7 +64,7 @@ terraform destroy -auto-approve
7364
| <a name="input_ssh_keys"></a> [ssh\_keys](#input\_ssh\_keys) | SSH public keys to add to the image | `list(any)` | `[]` | no |
7465
| <a name="input_subnet_id"></a> [subnet\_id](#input\_subnet\_id) | The VPC subnet ID to launch in EC2 bastion host | `string` | n/a | yes |
7566
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to assign to the resource | `map(any)` | `{}` | no |
76-
| <a name="input_ubuntu_version"></a> [ubuntu\_version](#input\_ubuntu\_version) | Ubuntu Server Version | `string` | `"20.04"` | no |
67+
| <a name="input_ubuntu_version"></a> [ubuntu\_version](#input\_ubuntu\_version) | Ubuntu Server Version | `string` | `"24.04"` | no |
7768
| <a name="input_user_data"></a> [user\_data](#input\_user\_data) | User data to provide when launching the instance | `string` | `""` | no |
7869
| <a name="input_user_data_replace_on_change"></a> [user\_data\_replace\_on\_change](#input\_user\_data\_replace\_on\_change) | To recreate the instance when user\_data is changed | `bool` | `false` | no |
7970
| <a name="input_userdata"></a> [userdata](#input\_userdata) | User data to provide when launching the instance | `string` | `""` | no |
@@ -98,5 +89,37 @@ terraform destroy -auto-approve
9889

9990
| Name | Description |
10091
|------|-------------|
92+
| <a name="output_instance_id"></a> [instance\_id](#output\_instance\_id) | n/a |
10193
| <a name="output_public_ip"></a> [public\_ip](#output\_public\_ip) | n/a |
94+
# 🚀 Built by opsZero!
95+
96+
<a href="https://opszero.com"><img src="https://opszero.com/wp-content/uploads/2024/07/opsZero_logo_svg.svg" width="300px"/></a>
97+
98+
Since 2016 [opsZero](https://opszero.com) has been providing Kubernetes
99+
expertise to companies of all sizes on any Cloud. With a focus on AI and
100+
Compliance we can say we seen it all whether SOC2, HIPAA, PCI-DSS, ITAR,
101+
FedRAMP, CMMC we have you and your customers covered.
102+
103+
We provide support to organizations in the following ways:
104+
105+
- [Modernize or Migrate to Kubernetes](https://opszero.com/solutions/modernization/)
106+
- [Cloud Infrastructure with Kubernetes on AWS, Azure, Google Cloud, or Bare Metal](https://opszero.com/solutions/cloud-infrastructure/)
107+
- [Building AI and Data Pipelines on Kubernetes](https://opszero.com/solutions/ai/)
108+
- [Optimizing Existing Kubernetes Workloads](https://opszero.com/solutions/optimized-workloads/)
109+
110+
We do this with a high-touch support model where you:
111+
112+
- Get access to us on Slack, Microsoft Teams or Email
113+
- Get 24/7 coverage of your infrastructure
114+
- Get an accelerated migration to Kubernetes
115+
116+
Please [schedule a call](https://calendly.com/opszero-llc/discovery) if you need support.
117+
118+
<br/><br/>
119+
120+
<div style="display: block">
121+
<img src="https://opszero.com/wp-content/uploads/2024/07/aws-advanced.png" width="150px" />
122+
<img src="https://opszero.com/wp-content/uploads/2024/07/AWS-public-sector.png" width="150px" />
123+
<img src="https://opszero.com/wp-content/uploads/2024/07/AWS-eks.png" width="150px" />
124+
</div>
102125
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)