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
Copy file name to clipboardExpand all lines: README.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ __NOTE:__ This module cannot be used to apply changes to the `mfa_delete` featur
26
26
27
27
---
28
28
29
-
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
29
+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
30
30
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
31
31
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
32
32
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
@@ -47,7 +47,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
47
47
48
48
49
49
50
-
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
50
+
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
51
51
52
52
53
53
@@ -124,17 +124,21 @@ Available targets:
124
124
| acl | The canned ACL to apply to the S3 bucket | string |`private`| no |
125
125
| additional_tag_map | Additional tags for appending to each tag map | map |`<map>`| no |
126
126
| attributes | Additional attributes (e.g. `state`) | list |`<list>`| no |
127
+
| block_public_acls | Whether Amazon S3 should block public ACLs for this bucket. | string |`false`| no |
128
+
| block_public_policy | Whether Amazon S3 should block public bucket policies for this bucket. | string |`false`| no |
127
129
| context | Default context to use for passing state between label invocations | map |`<map>`| no |
128
130
| delimiter | Delimiter to be used between `namespace`, `environment`, `stage`, `name` and `attributes`| string |`-`| no |
| environment | Environment, e.g. 'prod', 'staging', 'dev', 'pre-prod', 'UAT' | string | `` | no |
131
133
| force_destroy | A boolean that indicates the S3 bucket can be destroyed even if it contains objects. These objects are not recoverable | string |`false`| no |
134
+
| ignore_public_acls | Whether Amazon S3 should ignore public ACLs for this bucket. | string |`false`| no |
132
135
| label_order | The naming order of the id output and Name tag | list |`<list>`| no |
133
136
| mfa_delete | A boolean that indicates that versions of S3 objects can only be deleted with MFA. ( Terraform cannot apply changes of this value; https://github.com/terraform-providers/terraform-provider-aws/issues/629 ) | string |`false`| no |
134
137
| name | Solution name, e.g. 'app' or 'jenkins' | string |`terraform`| no |
135
138
| namespace | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' | string | `` | no |
136
139
| read_capacity | DynamoDB read capacity units | string |`5`| no |
137
140
| region | AWS Region the S3 bucket should reside in | string | - | yes |
141
+
| restrict_public_buckets | Whether Amazon S3 should restrict public bucket policies for this bucket. | string |`false`| no |
138
142
| stage | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' | string | `` | no |
| write_capacity | DynamoDB write capacity units | string |`5`| no |
@@ -153,9 +157,9 @@ Available targets:
153
157
154
158
155
159
156
-
## Share the Love
160
+
## Share the Love
157
161
158
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-tfstate-backend)! (it helps us **a lot**)
162
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-tfstate-backend)! (it helps us **a lot**)
159
163
160
164
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
161
165
@@ -179,9 +183,9 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-tfstate-backen
179
183
180
184
## Commercial Support
181
185
182
-
Work directly with our team of DevOps experts via email, slack, and video conferencing.
186
+
Work directly with our team of DevOps experts via email, slack, and video conferencing.
183
187
184
-
We provide [*commercial support*][commercial_support] for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a full-time engineer.
188
+
We provide [*commercial support*][commercial_support] for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a full-time engineer.
@@ -191,7 +195,7 @@ We provide [*commercial support*][commercial_support] for all of our [Open Sourc
191
195
-**Bug Fixes.** We'll rapidly work to fix any bugs in our projects.
192
196
-**Build New Terraform Modules.** We'll [develop original modules][module_development] to provision infrastructure.
193
197
-**Cloud Architecture.** We'll assist with your cloud strategy and design.
194
-
-**Implementation.** We'll provide hands-on support to implement our reference architectures.
198
+
-**Implementation.** We'll provide hands-on support to implement our reference architectures.
195
199
196
200
197
201
@@ -206,7 +210,7 @@ Join our [Open Source Community][slack] on Slack. It's **FREE** for everyone! Ou
206
210
207
211
## Newsletter
208
212
209
-
Signup 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.
213
+
Signup 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.
| environment | Environment, e.g. 'prod', 'staging', 'dev', 'pre-prod', 'UAT' | string | `` | no |
12
14
| force_destroy | A boolean that indicates the S3 bucket can be destroyed even if it contains objects. These objects are not recoverable | string |`false`| no |
15
+
| ignore_public_acls | Whether Amazon S3 should ignore public ACLs for this bucket. | string |`false`| no |
13
16
| label_order | The naming order of the id output and Name tag | list |`<list>`| no |
14
17
| mfa_delete | A boolean that indicates that versions of S3 objects can only be deleted with MFA. ( Terraform cannot apply changes of this value; https://github.com/terraform-providers/terraform-provider-aws/issues/629 ) | string |`false`| no |
15
18
| name | Solution name, e.g. 'app' or 'jenkins' | string |`terraform`| no |
16
19
| namespace | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' | string | `` | no |
17
20
| read_capacity | DynamoDB read capacity units | string |`5`| no |
18
21
| region | AWS Region the S3 bucket should reside in | string | - | yes |
22
+
| restrict_public_buckets | Whether Amazon S3 should restrict public bucket policies for this bucket. | string |`false`| no |
19
23
| stage | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' | string | `` | no |
0 commit comments