Skip to content

Commit 240a748

Browse files
authored
feature: update readme yaml and rebuild readme md (#10)
1 parent 1236696 commit 240a748

File tree

2 files changed

+111
-37
lines changed

2 files changed

+111
-37
lines changed

README.md

Lines changed: 95 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- This file was automatically generated by the `build-harness`. Make all changes to `README.yaml` and run `make readme` to rebuild this file. -->
2+
[![README Header][readme_header_img]][readme_header_link]
23

3-
[![Cloud Posse](https://cloudposse.com/logo-300x69.svg)](https://cloudposse.com)
4+
[![Cloud Posse][logo]](https://cpco.io/homepage)
45

56
# terraform-aws-acm-request-certificate
67

@@ -12,7 +13,17 @@ Terraform module to request an ACM certificate for a domain and add a CNAME reco
1213

1314
---
1415

15-
This project is part of our comprehensive ["SweetOps"](https://docs.cloudposse.com) approach towards DevOps.
16+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
17+
[<img align="right" title="Share via Email" src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
18+
[<img align="right" title="Share on Google+" src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
19+
[<img align="right" title="Share on Facebook" src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
20+
[<img align="right" title="Share on Reddit" src="https://docs.cloudposse.com/images/ionicons/social-reddit-outline-2.0.1-16x16-999999.svg" />][share_reddit]
21+
[<img align="right" title="Share on LinkedIn" src="https://docs.cloudposse.com/images/ionicons/social-linkedin-outline-2.0.1-16x16-999999.svg" />][share_linkedin]
22+
[<img align="right" title="Share on Twitter" src="https://docs.cloudposse.com/images/ionicons/social-twitter-outline-2.0.1-16x16-999999.svg" />][share_twitter]
23+
24+
25+
[![Terraform Open Source Modules](https://docs.cloudposse.com/images/terraform-open-source-modules.svg)][terraform_modules]
26+
1627

1728

1829
It's 100% Open Source and licensed under the [APACHE2](LICENSE).
@@ -23,6 +34,11 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
2334

2435

2536

37+
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
38+
39+
40+
41+
2642

2743

2844

@@ -69,24 +85,31 @@ Available targets:
6985

7086
## Inputs
7187

72-
| Name | Description | Type | Default | Required |
73-
| --------------------------------- | --------------------------------------------------------------------------------------------------------- | :----: | :------: | :------: |
74-
| domain_name | A domain name for which the certificate should be issued | string | - | yes |
75-
| process_domain_validation_options | Flag to enable/disable processing of the record to add to the DNS zone to complete certificate validation | string | `true` | no |
76-
| subject_alternative_names | A list of domains that should be SANs in the issued certificate | list | `<list>` | no |
77-
| tags | Additional tags (e.g. map('BusinessUnit`,`XYZ`) | map | `<map>` | no |
78-
| ttl | The TTL of the record to add to the DNS zone to complete certificate validation | string | `300` | no |
79-
| validation_method | Which method to use for validation, DNS or EMAIL | string | `DNS` | no |
88+
| Name | Description | Type | Default | Required |
89+
|------|-------------|:----:|:-----:|:-----:|
90+
| domain_name | A domain name for which the certificate should be issued | string | - | yes |
91+
| process_domain_validation_options | Flag to enable/disable processing of the record to add to the DNS zone to complete certificate validation | string | `true` | no |
92+
| subject_alternative_names | A list of domains that should be SANs in the issued certificate | list | `<list>` | no |
93+
| tags | Additional tags (e.g. map('BusinessUnit`,`XYZ`) | map | `<map>` | no |
94+
| ttl | The TTL of the record to add to the DNS zone to complete certificate validation | string | `300` | no |
95+
| validation_method | Which method to use for validation, DNS or EMAIL | string | `DNS` | no |
8096

8197
## Outputs
8298

83-
| Name | Description |
84-
| ------------------------- | ------------------------------------------------------------------------------- |
85-
| arn | The ARN of the certificate |
99+
| Name | Description |
100+
|------|-------------|
101+
| arn | The ARN of the certificate |
86102
| domain_validation_options | CNAME records that are added to the DNS zone to complete certificate validation |
87-
| id | The ARN of the certificate |
103+
| id | The ARN of the certificate |
104+
105+
106+
88107

108+
## Share the Love
89109

110+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-acm-request-certificate)! (it helps us **a lot**)
111+
112+
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
90113

91114

92115
## Related Projects
@@ -104,26 +127,38 @@ Check out these related projects.
104127

105128
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-acm-request-certificate/issues), send us an [email][email] or join our [Slack Community][slack].
106129

130+
[![README Commercial Support][readme_commercial_support_img]][readme_commercial_support_link]
131+
107132
## Commercial Support
108133

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

111136
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.
112137

113-
[![E-Mail](https://img.shields.io/badge/[email protected])](mailto:[email protected])
138+
[![E-Mail](https://img.shields.io/badge/[email protected])][email]
114139

115140
- **Questions.** We'll use a Shared Slack channel between your team and ours.
116141
- **Troubleshooting.** We'll help you triage why things aren't working.
117142
- **Code Reviews.** We'll review your Pull Requests and provide constructive feedback.
118143
- **Bug Fixes.** We'll rapidly work to fix any bugs in our projects.
119-
- **Build New Terraform Modules.** We'll develop original modules to provision infrastructure.
144+
- **Build New Terraform Modules.** We'll [develop original modules][module_development] to provision infrastructure.
120145
- **Cloud Architecture.** We'll assist with your cloud strategy and design.
121146
- **Implementation.** We'll provide hands-on support to implement our reference architectures.
122147

123148

124-
## Community Forum
125149

126-
Get access to our [Open Source Community Forum][slack] on Slack. It's **FREE** to join for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build *sweet* infrastructure.
150+
## Terraform Module Development
151+
152+
Are you interested in custom Terraform module development? Submit your inquiry using [our form][module_development] today and we'll get back to you ASAP.
153+
154+
155+
## Slack Community
156+
157+
Join our [Open Source Community][slack] on Slack. It's **FREE** for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build totally *sweet* infrastructure.
158+
159+
## Newsletter
160+
161+
Signup for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
127162

128163
## Contributing
129164

@@ -133,7 +168,7 @@ Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-acm-r
133168

134169
### Developing
135170

136-
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://github.com/orgs/cloudposse/projects/3) with our other projects, we would love to hear from you! Shoot us an [email](mailto:[email protected]).
171+
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://cpco.io/help-out) with our other projects, we would love to hear from you! Shoot us an [email][email].
137172

138173
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
139174

@@ -148,7 +183,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
148183

149184
## Copyright
150185

151-
Copyright © 2017-2018 [Cloud Posse, LLC](https://cloudposse.com)
186+
Copyright © 2017-2018 [Cloud Posse, LLC](https://cpco.io/copyright)
152187

153188

154189

@@ -189,36 +224,59 @@ All other trademarks referenced herein are the property of their respective owne
189224

190225
## About
191226

192-
This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? Please let us know at <[email protected]>
227+
This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? Please let us know by [leaving a testimonial][testimonial]!
193228

194-
[![Cloud Posse](https://cloudposse.com/logo-300x69.svg)](https://cloudposse.com)
229+
[![Cloud Posse][logo]][website]
195230

196-
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We love [Open Source Software](https://github.com/cloudposse/)!
231+
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
197232

198-
We offer paid support on all of our projects.
233+
We offer [paid support][commercial_support] on all of our projects.
199234

200-
Check out [our other projects][github], [apply for a job][jobs], or [hire us][hire] to help with your cloud strategy and implementation.
235+
Check out [our other projects][github], [follow us on twitter][twitter], [apply for a job][jobs], or [hire us][hire] to help with your cloud strategy and implementation.
201236

202-
[docs]: https://docs.cloudposse.com/
203-
[website]: https://cloudposse.com/
204-
[github]: https://github.com/cloudposse/
205-
[commercial_support]: https://github.com/orgs/cloudposse/projects
206-
[jobs]: https://cloudposse.com/jobs/
207-
[hire]: https://cloudposse.com/contact/
208-
[slack]: https://slack.cloudposse.com/
209-
[linkedin]: https://www.linkedin.com/company/cloudposse
210-
[twitter]: https://twitter.com/cloudposse/
211-
[email]: mailto:[email protected]
212237

213238

214239
### Contributors
215240

216-
| [![Andriy Knysh][aknysh_avatar]][aknysh_homepage]<br/>[Andriy Knysh][aknysh_homepage] | [![Vladimir][SweetOps_avatar]][SweetOps_homepage]<br/>[Vladimir][SweetOps_homepage] |
217-
| ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
241+
| [![Andriy Knysh][aknysh_avatar]][aknysh_homepage]<br/>[Andriy Knysh][aknysh_homepage] | [![Vladimir][SweetOps_avatar]][SweetOps_homepage]<br/>[Vladimir][SweetOps_homepage] |
242+
|---|---|
218243

219244
[aknysh_homepage]: https://github.com/aknysh
220245
[aknysh_avatar]: https://github.com/aknysh.png?size=150
221246
[SweetOps_homepage]: https://github.com/SweetOps
222247
[SweetOps_avatar]: https://github.com/SweetOps.png?size=150
223248

224249

250+
251+
[![README Footer][readme_footer_img]][readme_footer_link]
252+
[![Beacon][beacon]][website]
253+
254+
[logo]: https://cloudposse.com/logo-300x69.svg
255+
[docs]: https://cpco.io/docs
256+
[website]: https://cpco.io/homepage
257+
[github]: https://cpco.io/github
258+
[jobs]: https://cpco.io/jobs
259+
[hire]: https://cpco.io/hire
260+
[slack]: https://cpco.io/slack
261+
[linkedin]: https://cpco.io/linkedin
262+
[twitter]: https://cpco.io/twitter
263+
[testimonial]: https://cpco.io/leave-testimonial
264+
[newsletter]: https://cpco.io/newsletter
265+
[email]: https://cpco.io/email
266+
[commercial_support]: https://cpco.io/commercial-support
267+
[we_love_open_source]: https://cpco.io/we-love-open-source
268+
[module_development]: https://cpco.io/module-development
269+
[terraform_modules]: https://cpco.io/terraform-modules
270+
[readme_header_img]: https://cloudposse.com/readme/header/img?repo=cloudposse/terraform-aws-acm-request-certificate
271+
[readme_header_link]: https://cloudposse.com/readme/header/link?repo=cloudposse/terraform-aws-acm-request-certificate
272+
[readme_footer_img]: https://cloudposse.com/readme/footer/img?repo=cloudposse/terraform-aws-acm-request-certificate
273+
[readme_footer_link]: https://cloudposse.com/readme/footer/link?repo=cloudposse/terraform-aws-acm-request-certificate
274+
[readme_commercial_support_img]: https://cloudposse.com/readme/commercial-support/img?repo=cloudposse/terraform-aws-acm-request-certificate
275+
[readme_commercial_support_link]: https://cloudposse.com/readme/commercial-support/link?repo=cloudposse/terraform-aws-acm-request-certificate
276+
[share_twitter]: https://twitter.com/intent/tweet/?text=terraform-aws-acm-request-certificate&url=https://github.com/cloudposse/terraform-aws-acm-request-certificate
277+
[share_linkedin]: https://www.linkedin.com/shareArticle?mini=true&title=terraform-aws-acm-request-certificate&url=https://github.com/cloudposse/terraform-aws-acm-request-certificate
278+
[share_reddit]: https://reddit.com/submit/?url=https://github.com/cloudposse/terraform-aws-acm-request-certificate
279+
[share_facebook]: https://facebook.com/sharer/sharer.php?u=https://github.com/cloudposse/terraform-aws-acm-request-certificate
280+
[share_googleplus]: https://plus.google.com/share?url=https://github.com/cloudposse/terraform-aws-acm-request-certificate
281+
[share_email]: mailto:?subject=terraform-aws-acm-request-certificate&body=https://github.com/cloudposse/terraform-aws-acm-request-certificate
282+
[beacon]: https://ga-beacon.cloudposse.com/UA-76589703-4/cloudposse/terraform-aws-acm-request-certificate?pixel&cs=github&cm=readme&an=terraform-aws-acm-request-certificate

README.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77
# Name of this project
88
name: terraform-aws-acm-request-certificate
99

10+
# Tags of this project
11+
tags:
12+
- aws
13+
- terraform
14+
- terraform-modules
15+
- security
16+
- acm
17+
- request-certificate
18+
- tls
19+
- ssl
20+
- ssl-certificates
21+
22+
# Categories of this project
23+
categories:
24+
- terraform-modules/security
25+
1026
# Logo for this project
1127
#logo: docs/logo.png
1228

0 commit comments

Comments
 (0)