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
Terraform module to provision an S3 bucket to store `terraform.tfstate` file and a DynamoDB table to lock the state file
49
29
to prevent concurrent modifications and state corruption.
@@ -65,7 +45,7 @@ __NOTE:__ This module cannot be used to apply changes to the `mfa_delete` featur
65
45
66
46
---
67
47
68
-
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
48
+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
69
49
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
70
50
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
71
51
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
@@ -86,7 +66,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
86
66
87
67
88
68
89
-
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
69
+
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
90
70
91
71
92
72
@@ -199,8 +179,9 @@ Follow this procedure to delete your deployment.
199
179
200
180
201
181
182
+
<!-- markdownlint-disable -->
202
183
## Makefile Targets
203
-
```
184
+
```text
204
185
Available targets:
205
186
206
187
help Help screen
@@ -209,6 +190,7 @@ Available targets:
209
190
lint Lint terraform code
210
191
211
192
```
193
+
<!-- markdownlint-restore -->
212
194
## Requirements
213
195
214
196
| Name | Version |
@@ -235,6 +217,7 @@ Available targets:
235
217
| additional\_tag\_map | Additional tags for appending to each tag map |`map(string)`|`{}`| no |
236
218
| arn\_format | ARN format to be used. May be changed to support deployment in GovCloud/China regions. |`string`|`"arn:aws"`| no |
| backend\_config\_file\_overwrite\_enabled | If false, the backend config file will not be overwritten if it exists. |`bool`|`true`| no |
238
221
| billing\_mode | DynamoDB billing mode |`string`|`"PROVISIONED"`| no |
239
222
| block\_public\_acls | Whether Amazon S3 should block public ACLs for this bucket |`bool`|`true`| no |
240
223
| block\_public\_policy | Whether Amazon S3 should block public bucket policies for this bucket |`bool`|`true`| no |
@@ -282,9 +265,9 @@ Available targets:
282
265
283
266
284
267
285
-
## Share the Love
268
+
## Share the Love
286
269
287
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-tfstate-backend)! (it helps us **a lot**)
270
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-tfstate-backend)! (it helps us **a lot**)
288
271
289
272
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
290
273
@@ -300,7 +283,7 @@ Check out these related projects.
300
283
301
284
## Help
302
285
303
-
**Got a question?** We got answers.
286
+
**Got a question?** We got answers.
304
287
305
288
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-tfstate-backend/issues), send us an [email][email] or join our [Slack Community][slack].
306
289
@@ -309,7 +292,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-tfstate-backen
309
292
## DevOps Accelerator for Startups
310
293
311
294
312
-
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.
295
+
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.
@@ -338,11 +321,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
338
321
339
322
## Newsletter
340
323
341
-
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.
324
+
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.
342
325
343
326
## Office Hours
344
327
345
-
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
328
+
[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
383
-
or more contributor license agreements. See the NOTICE file
384
-
distributed with this work for additional information
385
-
regarding copyright ownership. The ASF licenses this file
386
-
to you under the Apache License, Version 2.0 (the
387
-
"License"); you may not use this file except in compliance
388
-
with the License. You may obtain a copy of the License at
389
-
390
-
https://www.apache.org/licenses/LICENSE-2.0
391
-
392
-
Unless required by applicable law or agreed to in writing,
393
-
software distributed under the License is distributed on an
394
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
395
-
KIND, either express or implied. See the License for the
396
-
specific language governing permissions and limitations
397
-
under the License.
365
+
```text
366
+
Licensed to the Apache Software Foundation (ASF) under one
367
+
or more contributor license agreements. See the NOTICE file
368
+
distributed with this work for additional information
369
+
regarding copyright ownership. The ASF licenses this file
370
+
to you under the Apache License, Version 2.0 (the
371
+
"License"); you may not use this file except in compliance
372
+
with the License. You may obtain a copy of the License at
373
+
374
+
https://www.apache.org/licenses/LICENSE-2.0
375
+
376
+
Unless required by applicable law or agreed to in writing,
377
+
software distributed under the License is distributed on an
378
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
379
+
KIND, either express or implied. See the License for the
380
+
specific language governing permissions and limitations
381
+
under the License.
382
+
```
398
383
399
384
400
385
@@ -416,7 +401,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
416
401
417
402
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
418
403
419
-
We offer [paid support][commercial_support] on all of our projects.
404
+
We offer [paid support][commercial_support] on all of our projects.
420
405
421
406
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