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
[AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#65)
## What
1. Update Version Pinning for Terraform to support 0.13
## Why
1. This is a relatively minor update that the CloudPosse module already likely supports.
1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
Terraform Module for provisioning a general purpose EC2 host.
49
29
@@ -56,7 +36,7 @@ Included features:
56
36
57
37
---
58
38
59
-
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
39
+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
60
40
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
61
41
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
62
42
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
@@ -77,7 +57,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
77
57
78
58
79
59
80
-
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
60
+
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
81
61
82
62
83
63
@@ -136,8 +116,9 @@ module "kafka_instance" {
136
116
137
117
138
118
119
+
<!-- markdownlint-disable -->
139
120
## Makefile Targets
140
-
```
121
+
```text
141
122
Available targets:
142
123
143
124
help Help screen
@@ -146,11 +127,12 @@ Available targets:
146
127
lint Lint terraform code
147
128
148
129
```
130
+
<!-- markdownlint-restore -->
149
131
## Requirements
150
132
151
133
| Name | Version |
152
134
|------|---------|
153
-
| terraform |~> 0.12.0 |
135
+
| terraform |>= 0.12.0, < 0.14.0 |
154
136
| aws |~> 2.0 |
155
137
| null |~> 2.0 |
156
138
@@ -238,9 +220,9 @@ Available targets:
238
220
239
221
240
222
241
-
## Share the Love
223
+
## Share the Love
242
224
243
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-ec2-instance)! (it helps us **a lot**)
225
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-ec2-instance)! (it helps us **a lot**)
244
226
245
227
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
246
228
@@ -259,14 +241,14 @@ Check out these related projects.
259
241
260
242
## References
261
243
262
-
For additional context, refer to some of these links.
244
+
For additional context, refer to some of these links.
263
245
264
246
-[terraform-aws-ec2-bastion-server](https://github.com/cloudposse/terraform-aws-ec2-bastion-server) - Terraform Module to define a generic Bastion host with parameterized user_data
265
247
266
248
267
249
## Help
268
250
269
-
**Got a question?** We got answers.
251
+
**Got a question?** We got answers.
270
252
271
253
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-ec2-instance/issues), send us an [email][email] or join our [Slack Community][slack].
272
254
@@ -275,7 +257,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-ec2-instance/i
275
257
## DevOps Accelerator for Startups
276
258
277
259
278
-
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.
260
+
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.
@@ -304,11 +286,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
304
286
305
287
## Newsletter
306
288
307
-
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.
289
+
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.
308
290
309
291
## Office Hours
310
292
311
-
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
293
+
[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
349
-
or more contributor license agreements. See the NOTICE file
350
-
distributed with this work for additional information
351
-
regarding copyright ownership. The ASF licenses this file
352
-
to you under the Apache License, Version 2.0 (the
353
-
"License"); you may not use this file except in compliance
354
-
with the License. You may obtain a copy of the License at
355
-
356
-
https://www.apache.org/licenses/LICENSE-2.0
357
-
358
-
Unless required by applicable law or agreed to in writing,
359
-
software distributed under the License is distributed on an
360
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
361
-
KIND, either express or implied. See the License for the
362
-
specific language governing permissions and limitations
363
-
under the License.
330
+
```text
331
+
Licensed to the Apache Software Foundation (ASF) under one
332
+
or more contributor license agreements. See the NOTICE file
333
+
distributed with this work for additional information
334
+
regarding copyright ownership. The ASF licenses this file
335
+
to you under the Apache License, Version 2.0 (the
336
+
"License"); you may not use this file except in compliance
337
+
with the License. You may obtain a copy of the License at
338
+
339
+
https://www.apache.org/licenses/LICENSE-2.0
340
+
341
+
Unless required by applicable law or agreed to in writing,
342
+
software distributed under the License is distributed on an
343
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
344
+
KIND, either express or implied. See the License for the
345
+
specific language governing permissions and limitations
346
+
under the License.
347
+
```
364
348
365
349
366
350
@@ -382,7 +366,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
382
366
383
367
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
384
368
385
-
We offer [paid support][commercial_support] on all of our projects.
369
+
We offer [paid support][commercial_support] on all of our projects.
386
370
387
371
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