Skip to content

Commit eaaee29

Browse files
Fix bug in setting dynamic encryption_configuration value (#206)
1 parent 97ef30c commit eaaee29

File tree

2 files changed

+54
-147
lines changed

2 files changed

+54
-147
lines changed

README.md

Lines changed: 48 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,7 @@ via Terraform remote state lookup, but the key will still be stored unencrypted
6767
---
6868

6969
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
70-
[<img align="right" title="Share via Email" src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
71-
[<img align="right" title="Share on Google+" src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
72-
[<img align="right" title="Share on Facebook" src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
73-
[<img align="right" title="Share on Reddit" src="https://docs.cloudposse.com/images/ionicons/social-reddit-outline-2.0.1-16x16-999999.svg" />][share_reddit]
74-
[<img align="right" title="Share on LinkedIn" src="https://docs.cloudposse.com/images/ionicons/social-linkedin-outline-2.0.1-16x16-999999.svg" />][share_linkedin]
75-
[<img align="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 Open Source Modules](https://docs.cloudposse.com/images/terraform-open-source-modules.svg)][terraform_modules]
79-
70+
<a href="https://cpco.io/terraform-modules"><img src="https://docs.cloudposse.com/images/terraform-open-source-modules.svg" align="right" /></a>
8071

8172

8273
It's 100% Open Source and licensed under the [APACHE2](LICENSE).
@@ -94,33 +85,18 @@ We literally have [*hundreds of terraform modules*][terraform_modules] that are
9485

9586

9687

97-
## Security & Compliance [<img src="https://cloudposse.com/wp-content/uploads/2020/11/bridgecrew.svg" width="250" align="right" />](https://bridgecrew.io/)
98-
99-
Security scanning is graciously provided by Bridgecrew. Bridgecrew is the leading fully hosted, cloud-native solution providing continuous Terraform security and compliance.
100-
101-
| Benchmark | Description |
102-
|--------|---------------|
103-
| [![Infrastructure Security](https://www.bridgecrew.cloud/badges/github/cloudposse/terraform-aws-s3-bucket/general)](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=INFRASTRUCTURE+SECURITY) | Infrastructure Security Compliance |
104-
| [![CIS KUBERNETES](https://www.bridgecrew.cloud/badges/github/cloudposse/terraform-aws-s3-bucket/cis_kubernetes)](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-
| [![CIS AWS](https://www.bridgecrew.cloud/badges/github/cloudposse/terraform-aws-s3-bucket/cis_aws)](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-
| [![CIS AZURE](https://www.bridgecrew.cloud/badges/github/cloudposse/terraform-aws-s3-bucket/cis_azure)](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-
| [![PCI-DSS](https://www.bridgecrew.cloud/badges/github/cloudposse/terraform-aws-s3-bucket/pci)](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-
| [![NIST-800-53](https://www.bridgecrew.cloud/badges/github/cloudposse/terraform-aws-s3-bucket/nist)](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-
| [![ISO27001](https://www.bridgecrew.cloud/badges/github/cloudposse/terraform-aws-s3-bucket/iso)](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-
| [![SOC2](https://www.bridgecrew.cloud/badges/github/cloudposse/terraform-aws-s3-bucket/soc2)](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=SOC2)| Service Organization Control 2 Compliance |
111-
| [![CIS GCP](https://www.bridgecrew.cloud/badges/github/cloudposse/terraform-aws-s3-bucket/cis_gcp)](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-
| [![HIPAA](https://www.bridgecrew.cloud/badges/github/cloudposse/terraform-aws-s3-bucket/hipaa)](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=cloudposse%2Fterraform-aws-s3-bucket&benchmark=HIPAA) | Health Insurance Portability and Accountability Compliance |
11388

89+
## Usage
11490

11591

116-
## Usage
11792

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.
11899
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.
124100

125101

126102
Using [BucketOwnerEnforced](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html#object-ownership-overview)
@@ -379,15 +355,6 @@ Available targets:
379355
<!-- markdownlint-restore -->
380356

381357

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-
391358
## Related Projects
392359

393360
Check out these related projects.
@@ -399,81 +366,70 @@ Check out these related projects.
399366
- [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
400367
- [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
401368

402-
## Help
403-
404-
**Got a question?** We got answers.
369+
## ✨ Contributing
405370

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.
372+
Many thanks to our outstanding contributors:
407373

408-
[![README Commercial Support][readme_commercial_support_img]][readme_commercial_support_link]
374+
<a href="https://github.com/cloudposse/terraform-aws-s3-bucket/graphs/contributors">
375+
<img src="https://contrib.rocks/image?repo=cloudposse/terraform-aws-s3-bucket&max=24" />
376+
</a>
409377

410-
## DevOps Accelerator for Startups
378+
### 🐛 Bug Reports & Feature Requests
411379

380+
Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-s3-bucket/issues) to report any bugs or file feature requests.
412381

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.
382+
### 💻 Developing
414383

415-
[![Learn More](https://img.shields.io/badge/learn%20more-success.svg?style=for-the-badge)][commercial_support]
384+
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].
416385

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.
418387

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
420393

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!
431395

432-
## Slack Community
396+
### 🌎 Slack Community
433397

434398
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.
435399

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
441401

442402
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.
443403

444-
## Office Hours
404+
### 📆 Office Hours <img src="https://img.cloudposse.com/fit-in/200x200/https://cloudposse.com/wp-content/uploads/2019/08/Powered-by-Zoom.png" align="right" />
445405

446406
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
447407

448-
[![zoom](https://img.cloudposse.com/fit-in/200x200/https://cloudposse.com/wp-content/uploads/2019/08/Powered-by-Zoom.png")][office_hours]
449-
450-
## Contributing
451-
452-
### Bug Reports & Feature Requests
453-
454-
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
467409

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].
411+
<a href="https://cpco.io/homepage"><img src="https://cloudposse.com/logo-300x69.svg" align="right" /></a>
469412

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.
470414

471-
## Copyright
415+
[![Learn More](https://img.shields.io/badge/learn%20more-success.svg?style=for-the-badge)][commercial_support]
472416

473-
Copyright © 2017-2023 [Cloud Posse, LLC](https://cpco.io/copyright)
417+
Work directly with our team of DevOps experts via email, slack, and video conferencing.
474418

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.
475420

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.
476431

432+
[![README Commercial Support][readme_commercial_support_img]][readme_commercial_support_link]
477433
## License
478434

479435
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
@@ -499,52 +455,11 @@ specific language governing permissions and limitations
499455
under the License.
500456
```
501457

502-
503-
504-
505-
506-
507-
508-
509-
510458
## Trademarks
511459

512460
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.
525-
526-
527-
528-
### Contributors
529-
530-
<!-- markdownlint-disable -->
531-
| [![Erik Osterman][osterman_avatar]][osterman_homepage]<br/>[Erik Osterman][osterman_homepage] | [![Andriy Knysh][aknysh_avatar]][aknysh_homepage]<br/>[Andriy Knysh][aknysh_homepage] | [![Maxim Mironenko][maximmi_avatar]][maximmi_homepage]<br/>[Maxim Mironenko][maximmi_homepage] | [![Josh Myers][joshmyers_avatar]][joshmyers_homepage]<br/>[Josh Myers][joshmyers_homepage] | [![Yonatan Koren][korenyoni_avatar]][korenyoni_homepage]<br/>[Yonatan Koren][korenyoni_homepage] | [![Nuru][Nuru_avatar]][Nuru_homepage]<br/>[Nuru][Nuru_homepage] |
532-
|---|---|---|---|---|---|
533-
<!-- markdownlint-restore -->
534-
535-
[osterman_homepage]: https://github.com/osterman
536-
[osterman_avatar]: https://img.cloudposse.com/150x150/https://github.com/osterman.png
537-
[aknysh_homepage]: https://github.com/aknysh
538-
[aknysh_avatar]: https://img.cloudposse.com/150x150/https://github.com/aknysh.png
539-
[maximmi_homepage]: https://github.com/maximmi
540-
[maximmi_avatar]: https://img.cloudposse.com/150x150/https://github.com/maximmi.png
541-
[joshmyers_homepage]: https://github.com/joshmyers
542-
[joshmyers_avatar]: https://img.cloudposse.com/150x150/https://github.com/joshmyers.png
543-
[korenyoni_homepage]: https://github.com/korenyoni
544-
[korenyoni_avatar]: https://img.cloudposse.com/150x150/https://github.com/korenyoni.png
545-
[Nuru_homepage]: https://github.com/Nuru
546-
[Nuru_avatar]: https://img.cloudposse.com/150x150/https://github.com/Nuru.png
547-
461+
---
462+
Copyright © 2017-2023 [Cloud Posse, LLC](https://cpco.io/copyright)
548463
[![README Footer][readme_footer_img]][readme_footer_link]
549464
[![Beacon][beacon]][website]
550465
<!-- markdownlint-disable -->
@@ -555,12 +470,9 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
555470
[jobs]: https://cpco.io/jobs?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=jobs
556471
[hire]: https://cpco.io/hire?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=hire
557472
[slack]: https://cpco.io/slack?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=slack
558-
[linkedin]: https://cpco.io/linkedin?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=linkedin
559473
[twitter]: https://cpco.io/twitter?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=twitter
560-
[testimonial]: https://cpco.io/leave-testimonial?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=testimonial
561474
[office_hours]: https://cloudposse.com/office-hours?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=office_hours
562475
[newsletter]: https://cpco.io/newsletter?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=newsletter
563-
[discourse]: https://ask.sweetops.com/?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=discourse
564476
[email]: https://cpco.io/email?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=email
565477
[commercial_support]: https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=commercial_support
566478
[we_love_open_source]: https://cpco.io/we-love-open-source?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=we_love_open_source
@@ -571,11 +483,5 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
571483
[readme_footer_link]: https://cloudposse.com/readme/footer/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=readme_footer_link
572484
[readme_commercial_support_img]: https://cloudposse.com/readme/commercial-support/img
573485
[readme_commercial_support_link]: https://cloudposse.com/readme/commercial-support/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-s3-bucket&utm_content=readme_commercial_support_link
574-
[share_twitter]: https://twitter.com/intent/tweet/?text=terraform-aws-s3-bucket&url=https://github.com/cloudposse/terraform-aws-s3-bucket
575-
[share_linkedin]: https://www.linkedin.com/shareArticle?mini=true&title=terraform-aws-s3-bucket&url=https://github.com/cloudposse/terraform-aws-s3-bucket
576-
[share_reddit]: https://reddit.com/submit/?url=https://github.com/cloudposse/terraform-aws-s3-bucket
577-
[share_facebook]: https://facebook.com/sharer/sharer.php?u=https://github.com/cloudposse/terraform-aws-s3-bucket
578-
[share_googleplus]: https://plus.google.com/share?url=https://github.com/cloudposse/terraform-aws-s3-bucket
579-
[share_email]: mailto:?subject=terraform-aws-s3-bucket&body=https://github.com/cloudposse/terraform-aws-s3-bucket
580486
[beacon]: https://ga-beacon.cloudposse.com/UA-76589703-4/cloudposse/terraform-aws-s3-bucket?pixel&cs=github&cm=readme&an=terraform-aws-s3-bucket
581487
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)