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 (#22)
## 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 scheduled Lambda function which will
51
31
delete old Elasticsearch indexes using [SigV4Auth](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html) authentication. The
@@ -56,7 +36,7 @@ topic ARN is given. This module was largely inspired by
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!
This module creates a scheduled Lambda function which will delete old
@@ -138,7 +120,7 @@ is given
138
120
139
121
| Name | Version |
140
122
|------|---------|
141
-
| terraform |~> 0.12.0 |
123
+
| terraform |>= 0.12.0, < 0.14.0 |
142
124
| aws |~> 2.0 |
143
125
| null |~> 2.0 |
144
126
| template |~> 2.0 |
@@ -186,9 +168,9 @@ is given
186
168
187
169
188
170
189
-
## Share the Love
171
+
## Share the Love
190
172
191
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup)! (it helps us **a lot**)
173
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup)! (it helps us **a lot**)
192
174
193
175
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
194
176
@@ -205,7 +187,7 @@ Check out these related projects.
205
187
206
188
## Help
207
189
208
-
**Got a question?** We got answers.
190
+
**Got a question?** We got answers.
209
191
210
192
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/issues), send us an [email][email] or join our [Slack Community][slack].
211
193
@@ -214,7 +196,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-lambda-elastic
214
196
## DevOps Accelerator for Startups
215
197
216
198
217
-
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.
199
+
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.
@@ -243,11 +225,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
243
225
244
226
## Newsletter
245
227
246
-
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.
228
+
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.
247
229
248
230
## Office Hours
249
231
250
-
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
232
+
[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
288
-
or more contributor license agreements. See the NOTICE file
289
-
distributed with this work for additional information
290
-
regarding copyright ownership. The ASF licenses this file
291
-
to you under the Apache License, Version 2.0 (the
292
-
"License"); you may not use this file except in compliance
293
-
with the License. You may obtain a copy of the License at
294
-
295
-
https://www.apache.org/licenses/LICENSE-2.0
296
-
297
-
Unless required by applicable law or agreed to in writing,
298
-
software distributed under the License is distributed on an
299
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
300
-
KIND, either express or implied. See the License for the
301
-
specific language governing permissions and limitations
302
-
under the License.
269
+
```text
270
+
Licensed to the Apache Software Foundation (ASF) under one
271
+
or more contributor license agreements. See the NOTICE file
272
+
distributed with this work for additional information
273
+
regarding copyright ownership. The ASF licenses this file
274
+
to you under the Apache License, Version 2.0 (the
275
+
"License"); you may not use this file except in compliance
276
+
with the License. You may obtain a copy of the License at
277
+
278
+
https://www.apache.org/licenses/LICENSE-2.0
279
+
280
+
Unless required by applicable law or agreed to in writing,
281
+
software distributed under the License is distributed on an
282
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
283
+
KIND, either express or implied. See the License for the
284
+
specific language governing permissions and limitations
285
+
under the License.
286
+
```
303
287
304
288
305
289
@@ -321,7 +305,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
321
305
322
306
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
323
307
324
-
We offer [paid support][commercial_support] on all of our projects.
308
+
We offer [paid support][commercial_support] on all of our projects.
325
309
326
310
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