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
@@ -67,16 +67,7 @@ via Terraform remote state lookup, but the key will still be stored unencrypted
67
67
---
68
68
69
69
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
70
-
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
71
-
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
72
-
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
73
-
[<imgalign="right"title="Share on Reddit"src="https://docs.cloudposse.com/images/ionicons/social-reddit-outline-2.0.1-16x16-999999.svg" />][share_reddit]
74
-
[<imgalign="right"title="Share on LinkedIn"src="https://docs.cloudposse.com/images/ionicons/social-linkedin-outline-2.0.1-16x16-999999.svg" />][share_linkedin]
75
-
[<imgalign="right"title="Share on Twitter"src="https://docs.cloudposse.com/images/ionicons/social-twitter-outline-2.0.1-16x16-999999.svg" />][share_twitter]
76
-
77
-
78
-
[][terraform_modules]
Security scanning is graciously provided by Bridgecrew. Bridgecrew is the leading fully hosted, cloud-native solution providing continuous Terraform security and compliance.
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=CIS+KUBERNETES+V1.5)| Center for Internet Security, KUBERNETES Compliance |
105
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=CIS+AWS+V1.2)| Center for Internet Security, AWS Compliance |
106
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=CIS+AZURE+V1.1)| Center for Internet Security, AZURE Compliance |
107
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=PCI-DSS+V3.2)| Payment Card Industry Data Security Standards Compliance |
108
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=NIST-800-53)| National Institute of Standards and Technology Compliance |
109
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=ISO27001)| Information Security Management System, ISO/IEC 27001 Compliance |
110
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=SOC2)| Service Organization Control 2 Compliance |
111
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=CIS+GCP+V1.1)| Center for Internet Security, GCP Compliance |
112
-
|[](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=HIPAA)| Health Insurance Portability and Accountability Compliance |
113
88
89
+
## Usage
114
90
115
91
116
-
## Usage
117
92
93
+
> **Important**
94
+
> We do not pin modules to versions in our examples because of the
95
+
> difficulty of keeping the versions in the documentation in sync with the latest released versions.
96
+
> We highly recommend that in your code you pin the version to the exact version you are
97
+
> using so that your infrastructure remains stable, and update versions in a
98
+
> systematic way so that they do not catch you by surprise.
118
99
119
-
**IMPORTANT:** We do not pin modules to versions in our examples because of the
120
-
difficulty of keeping the versions in the documentation in sync with the latest released versions.
121
-
We highly recommend that in your code you pin the version to the exact version you are
122
-
using so that your infrastructure remains stable, and update versions in a
123
-
systematic way so that they do not catch you by surprise.
124
100
125
101
126
102
Using [BucketOwnerEnforced](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html#object-ownership-overview)
@@ -379,15 +355,6 @@ Available targets:
379
355
<!-- markdownlint-restore -->
380
356
381
357
382
-
383
-
## Share the Love
384
-
385
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-s3-bucket)! (it helps us **a lot**)
386
-
387
-
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
388
-
389
-
390
-
391
358
## Related Projects
392
359
393
360
Check out these related projects.
@@ -399,81 +366,70 @@ Check out these related projects.
399
366
-[terraform-aws-lb-s3-bucket](https://github.com/cloudposse/terraform-aws-lb-s3-bucket) - Terraform module to provision an S3 bucket with built in IAM policy to allow AWS Load Balancers to ship access logs
400
367
-[terraform-aws-s3-log-storage](https://github.com/cloudposse/terraform-aws-s3-log-storage) - Terraform module creates an S3 bucket suitable for receiving logs from other AWS services such as S3, CloudFront, and CloudTrail
401
368
402
-
## Help
403
-
404
-
**Got a question?** We got answers.
369
+
## ✨ Contributing
405
370
406
-
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-s3-bucket/issues), send us an [email][email] or join our [Slack Community][slack].
371
+
This project is under active development, and we encourage contributions from our community.
Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-s3-bucket/issues) to report any bugs or file feature requests.
412
381
413
-
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.
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://cpco.io/help-out) with our other projects, we would love to hear from you! Shoot us an [email][email].
416
385
417
-
Work directly with our team of DevOps experts via email, slack, and video conferencing.
386
+
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
418
387
419
-
We deliver 10x the value for a fraction of the cost of a full-time engineer. Our track record is not even funny. If you want things done right and you need it done FAST, then we're your best bet.
388
+
1.**Fork** the repo on GitHub
389
+
2.**Clone** the project to your own machine
390
+
3.**Commit** changes to your own branch
391
+
4.**Push** your work back up to your fork
392
+
5. Submit a **Pull Request** so that we can review your changes
420
393
421
-
-**Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
422
-
-**Release Engineering.** You'll have end-to-end CI/CD with unlimited staging environments.
423
-
-**Site Reliability Engineering.** You'll have total visibility into your apps and microservices.
424
-
-**Security Baseline.** You'll have built-in governance with accountability and audit logs for all changes.
425
-
-**GitOps.** You'll be able to operate your infrastructure via Pull Requests.
426
-
-**Training.** You'll receive hands-on training so your team can operate what we build.
427
-
-**Questions.** You'll have a direct line of communication between our teams via a Shared Slack channel.
428
-
-**Troubleshooting.** You'll get help to triage when things aren't working.
429
-
-**Code Reviews.** You'll receive constructive feedback on Pull Requests.
430
-
-**Bug Fixes.** We'll rapidly work with you to fix any bugs in our projects.
394
+
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
431
395
432
-
## Slack Community
396
+
### 🌎 Slack Community
433
397
434
398
Join our [Open Source Community][slack] on Slack. It's **FREE** for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build totally *sweet* infrastructure.
435
399
436
-
## Discourse Forums
437
-
438
-
Participate in our [Discourse Forums][discourse]. Here you'll find answers to commonly asked questions. Most questions will be related to the enormous number of projects we support on our GitHub. Come here to collaborate on answers, find solutions, and get ideas about the products and services we value. It only takes a minute to get started! Just sign in with SSO using your GitHub account.
439
-
440
-
## Newsletter
400
+
### 📰 Newsletter
441
401
442
402
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.
Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-s3-bucket/issues) to report any bugs or file feature requests.
455
-
456
-
### Developing
457
-
458
-
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://cpco.io/help-out) with our other projects, we would love to hear from you! Shoot us an [email][email].
459
-
460
-
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
461
-
462
-
1.**Fork** the repo on GitHub
463
-
2.**Clone** the project to your own machine
464
-
3.**Commit** changes to your own branch
465
-
4.**Push** your work back up to your fork
466
-
5. Submit a **Pull Request** so that we can review your changes
408
+
## About
467
409
468
-
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
410
+
This project is maintained and funded by [Cloud Posse, LLC][website].
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.
Work directly with our team of DevOps experts via email, slack, and video conferencing.
474
418
419
+
We deliver 10x the value for a fraction of the cost of a full-time engineer. Our track record is not even funny. If you want things done right and you need it done FAST, then we're your best bet.
475
420
421
+
-**Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
422
+
-**Release Engineering.** You'll have end-to-end CI/CD with unlimited staging environments.
423
+
-**Site Reliability Engineering.** You'll have total visibility into your apps and microservices.
424
+
-**Security Baseline.** You'll have built-in governance with accountability and audit logs for all changes.
425
+
-**GitOps.** You'll be able to operate your infrastructure via Pull Requests.
426
+
-**Training.** You'll receive hands-on training so your team can operate what we build.
427
+
-**Questions.** You'll have a direct line of communication between our teams via a Shared Slack channel.
428
+
-**Troubleshooting.** You'll get help to triage when things aren't working.
429
+
-**Code Reviews.** You'll receive constructive feedback on Pull Requests.
430
+
-**Bug Fixes.** We'll rapidly work with you to fix any bugs in our projects.
@@ -499,52 +455,11 @@ specific language governing permissions and limitations
499
455
under the License.
500
456
```
501
457
502
-
503
-
504
-
505
-
506
-
507
-
508
-
509
-
510
458
## Trademarks
511
459
512
460
All other trademarks referenced herein are the property of their respective owners.
513
-
514
-
## About
515
-
516
-
This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? Please let us know by [leaving a testimonial][testimonial]!
517
-
518
-
[![Cloud Posse][logo]][website]
519
-
520
-
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
521
-
522
-
We offer [paid support][commercial_support] on all of our projects.
523
-
524
-
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