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 (#58)
## 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 to provision a DynamoDB table with autoscaling.
49
29
@@ -56,7 +36,7 @@ This module requires [AWS Provider](https://github.com/terraform-providers/terra
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
@@ -205,8 +185,9 @@ See [Terraform types and values](https://www.terraform.io/docs/configuration/exp
205
185
206
186
207
187
188
+
<!-- markdownlint-disable -->
208
189
## Makefile Targets
209
-
```
190
+
```text
210
191
Available targets:
211
192
212
193
help Help screen
@@ -215,11 +196,12 @@ Available targets:
215
196
lint Lint terraform code
216
197
217
198
```
199
+
<!-- markdownlint-restore -->
218
200
## Requirements
219
201
220
202
| Name | Version |
221
203
|------|---------|
222
-
| terraform |~> 0.12.0 |
204
+
| terraform |>= 0.12.0, < 0.14.0 |
223
205
| aws |~> 2.0 |
224
206
| null |~> 2.0 |
225
207
@@ -279,9 +261,9 @@ Available targets:
279
261
280
262
281
263
282
-
## Share the Love
264
+
## Share the Love
283
265
284
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-dynamodb)! (it helps us **a lot**)
266
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-dynamodb)! (it helps us **a lot**)
285
267
286
268
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
287
269
@@ -302,7 +284,7 @@ Check out these related projects.
302
284
303
285
## Help
304
286
305
-
**Got a question?** We got answers.
287
+
**Got a question?** We got answers.
306
288
307
289
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-dynamodb/issues), send us an [email][email] or join our [Slack Community][slack].
308
290
@@ -311,7 +293,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-dynamodb/issue
311
293
## DevOps Accelerator for Startups
312
294
313
295
314
-
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.
296
+
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.
@@ -340,11 +322,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
340
322
341
323
## Newsletter
342
324
343
-
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.
325
+
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.
344
326
345
327
## Office Hours
346
328
347
-
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
329
+
[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
385
-
or more contributor license agreements. See the NOTICE file
386
-
distributed with this work for additional information
387
-
regarding copyright ownership. The ASF licenses this file
388
-
to you under the Apache License, Version 2.0 (the
389
-
"License"); you may not use this file except in compliance
390
-
with the License. You may obtain a copy of the License at
391
-
392
-
https://www.apache.org/licenses/LICENSE-2.0
393
-
394
-
Unless required by applicable law or agreed to in writing,
395
-
software distributed under the License is distributed on an
396
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
397
-
KIND, either express or implied. See the License for the
398
-
specific language governing permissions and limitations
399
-
under the License.
366
+
```text
367
+
Licensed to the Apache Software Foundation (ASF) under one
368
+
or more contributor license agreements. See the NOTICE file
369
+
distributed with this work for additional information
370
+
regarding copyright ownership. The ASF licenses this file
371
+
to you under the Apache License, Version 2.0 (the
372
+
"License"); you may not use this file except in compliance
373
+
with the License. You may obtain a copy of the License at
374
+
375
+
https://www.apache.org/licenses/LICENSE-2.0
376
+
377
+
Unless required by applicable law or agreed to in writing,
378
+
software distributed under the License is distributed on an
379
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
380
+
KIND, either express or implied. See the License for the
381
+
specific language governing permissions and limitations
382
+
under the License.
383
+
```
400
384
401
385
402
386
@@ -418,7 +402,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
418
402
419
403
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
420
404
421
-
We offer [paid support][commercial_support] on all of our projects.
405
+
We offer [paid support][commercial_support] on all of our projects.
422
406
423
407
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