You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is `terraform-example-module` project provides all the scaffolding for a typical well-built Cloud Posse module. It's a template repository you can
49
29
use when creating new repositories.
50
30
51
31
52
32
---
53
33
54
-
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
34
+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
55
35
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
56
36
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
57
37
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
@@ -72,7 +52,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
72
52
73
53
74
54
75
-
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
55
+
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
76
56
77
57
78
58
@@ -106,8 +86,9 @@ Here is an example of using this module:
106
86
107
87
108
88
89
+
<!-- markdownlint-disable -->
109
90
## Makefile Targets
110
-
```
91
+
```text
111
92
Available targets:
112
93
113
94
help Help screen
@@ -116,6 +97,7 @@ Available targets:
116
97
lint Lint terraform code
117
98
118
99
```
100
+
<!-- markdownlint-restore -->
119
101
## Requirements
120
102
121
103
| Name | Version |
@@ -145,9 +127,9 @@ Available targets:
145
127
146
128
147
129
148
-
## Share the Love
130
+
## Share the Love
149
131
150
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-example-module)! (it helps us **a lot**)
132
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-example-module)! (it helps us **a lot**)
151
133
152
134
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
153
135
@@ -163,7 +145,7 @@ Check out these related projects.
163
145
164
146
## References
165
147
166
-
For additional context, refer to some of these links.
148
+
For additional context, refer to some of these links.
167
149
168
150
-[Terraform Standard Module Structure](https://www.terraform.io/docs/modules/index.html#standard-module-structure) - HashiCorp's standard module structure is a file and directory layout we recommend for reusable modules distributed in separate repositories.
169
151
-[Terraform Module Requirements](https://www.terraform.io/docs/registry/modules/publish.html#requirements) - HashiCorp's guidance on all the requirements for publishing a module. Meeting the requirements for publishing a module is extremely easy.
@@ -173,7 +155,7 @@ For additional context, refer to some of these links.
173
155
174
156
## Help
175
157
176
-
**Got a question?** We got answers.
158
+
**Got a question?** We got answers.
177
159
178
160
File a GitHub [issue](https://github.com/cloudposse/terraform-example-module/issues), send us an [email][email] or join our [Slack Community][slack].
179
161
@@ -182,7 +164,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-example-module/iss
182
164
## DevOps Accelerator for Startups
183
165
184
166
185
-
We are a [**DevOps Accelerator**][commercial_support]. We'll help you build your cloud infrastructure from the ground up so you can own it. Then we'll show you how to operate it and stick around for as long as you need us.
167
+
We are a [**DevOps Accelerator**][commercial_support]. We'll help you build your cloud infrastructure from the ground up so you can own it. Then we'll show you how to operate it and stick around for as long as you need us.
@@ -211,11 +193,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
211
193
212
194
## Newsletter
213
195
214
-
Sign up 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.
196
+
Sign up 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.
215
197
216
198
## Office Hours
217
199
218
-
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
200
+
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
Licensed to the Apache Software Foundation (ASF) under one
259
-
or more contributor license agreements. See the NOTICE file
260
-
distributed with this work for additional information
261
-
regarding copyright ownership. The ASF licenses this file
262
-
to you under the Apache License, Version 2.0 (the
263
-
"License"); you may not use this file except in compliance
264
-
with the License. You may obtain a copy of the License at
265
-
266
-
https://www.apache.org/licenses/LICENSE-2.0
267
-
268
-
Unless required by applicable law or agreed to in writing,
269
-
software distributed under the License is distributed on an
270
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
271
-
KIND, either express or implied. See the License for the
272
-
specific language governing permissions and limitations
273
-
under the License.
240
+
```text
241
+
Licensed to the Apache Software Foundation (ASF) under one
242
+
or more contributor license agreements. See the NOTICE file
243
+
distributed with this work for additional information
244
+
regarding copyright ownership. The ASF licenses this file
245
+
to you under the Apache License, Version 2.0 (the
246
+
"License"); you may not use this file except in compliance
247
+
with the License. You may obtain a copy of the License at
248
+
249
+
https://www.apache.org/licenses/LICENSE-2.0
250
+
251
+
Unless required by applicable law or agreed to in writing,
252
+
software distributed under the License is distributed on an
253
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
254
+
KIND, either express or implied. See the License for the
255
+
specific language governing permissions and limitations
256
+
under the License.
257
+
```
274
258
275
259
276
260
@@ -292,7 +276,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
292
276
293
277
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
294
278
295
-
We offer [paid support][commercial_support] on all of our projects.
279
+
We offer [paid support][commercial_support] on all of our projects.
296
280
297
281
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.
0 commit comments