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
> This project is part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-rds-cluster&utm_content=) approach towards DevOps.
> <img alt="Terraform Open Source Modules" src="https://docs.cloudposse.com/images/terraform-open-source-modules.svg" align="right">
41
-
> </picture>
42
-
> </a>
43
-
>
34
+
> [!TIP]
35
+
> #### 👽 Use Atmos with Terraform
36
+
> Cloud Posse uses [`atmos`](https://atmos.tools) to easily orchestrate multiple environments using Terraform. <br/>
37
+
> Works with [Github Actions](https://atmos.tools/integrations/github-actions/), [Atlantis](https://atmos.tools/integrations/atlantis), or [Spacelift](https://atmos.tools/integrations/spacelift).
44
38
>
45
-
> It's 100% Open Source and licensed under the [APACHE2](LICENSE).
46
-
>
47
-
> We literally have [*hundreds of terraform modules*](https://cpco.io/terraform-modules?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-rds-cluster&utm_content=terraform_modules) that are Open Source and well-maintained. Check them out!
48
-
> </details>
39
+
> <details>
40
+
> <summary><strong>Watch demo of using Atmos with Terraform</strong></summary>
> <i>Example of running <ahref="https://atmos.tools"><code>atmos</code></a> to manage infrastructure from our <ahref="https://atmos.tools/quick-start/">Quick Start</a> tutorial.</i>
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
61
-
> and the latest released versions. However, for your own projects, we strongly advise pinning each module to the exact version
62
-
> you're using. This practice ensures the stability of your infrastructure. Additionally, we recommend implementing a systematic
63
-
> approach for updating versions to avoid unexpected changes.
64
-
65
-
66
-
67
-
68
52
For a complete example, see [examples/complete](examples/complete).
69
53
70
54
For automated tests of the complete example using [bats](https://github.com/bats-core/bats-core) and [Terratest](https://github.com/gruntwork-io/terratest) (which tests and deploys the example on AWS), see [test](test).
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
287
+
> and the latest released versions. However, for your own projects, we strongly advise pinning each module to the exact version
288
+
> you're using. This practice ensures the stability of your infrastructure. Additionally, we recommend implementing a systematic
289
+
> approach for updating versions to avoid unexpected changes.
290
+
291
+
301
292
302
293
303
294
@@ -307,6 +298,7 @@ Review the [complete example](examples/complete) to see how to use this module.
307
298
308
299
309
300
301
+
310
302
<!-- markdownlint-disable -->
311
303
## Makefile Targets
312
304
```text
@@ -495,23 +487,60 @@ Check out these related projects.
495
487
-[terraform-aws-rds](https://github.com/cloudposse/terraform-aws-rds) - Terraform module to provision AWS RDS instances
496
488
-[terraform-aws-rds-cloudwatch-sns-alarms](https://github.com/cloudposse/terraform-aws-rds-cloudwatch-sns-alarms) - Terraform module that configures important RDS alerts using CloudWatch and sends them to an SNS topic
497
489
490
+
491
+
> [!TIP]
492
+
> #### Use Terraform Reference Architectures for AWS
493
+
>
494
+
> Use Cloud Posse's ready-to-go [terraform architecture blueprints](https://cloudposse.com/reference-architecture/) for AWS to get up and running quickly.
> Cloud Posse is the leading [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-rds-cluster&utm_content=commercial_support) for funded startups and enterprises.
506
+
>
507
+
> *Your team can operate like a pro today.*
508
+
>
509
+
> Ensure that your team succeeds by using Cloud Posse's proven process and turnkey blueprints. Plus, we stick around until you succeed.
510
+
> #### Day-0: Your Foundation for Success
511
+
> -**Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
512
+
> -**Deployment Strategy.** Adopt a proven deployment strategy with GitHub Actions, enabling automated, repeatable, and reliable software releases.
513
+
> -**Site Reliability Engineering.** Gain total visibility into your applications and services with Datadog, ensuring high availability and performance.
514
+
> -**Security Baseline.** Establish a secure environment from the start, with built-in governance, accountability, and comprehensive audit logs, safeguarding your operations.
515
+
> -**GitOps.** Empower your team to manage infrastructure changes confidently and efficiently through Pull Requests, leveraging the full power of GitHub Actions.
> -**Training.** Equip your team with the knowledge and skills to confidently manage the infrastructure, ensuring long-term success and self-sufficiency.
521
+
> -**Support.** Benefit from a seamless communication over Slack with our experts, ensuring you have the support you need, whenever you need it.
522
+
> -**Troubleshooting.** Access expert assistance to quickly resolve any operational challenges, minimizing downtime and maintaining business continuity.
523
+
> -**Code Reviews.** Enhance your team’s code quality with our expert feedback, fostering continuous improvement and collaboration.
524
+
> -**Bug Fixes.** Rely on our team to troubleshoot and resolve any issues, ensuring your systems run smoothly.
525
+
> -**Migration Assistance.** Accelerate your migration process with our dedicated support, minimizing disruption and speeding up time-to-value.
526
+
> -**Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate.
Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-rds-cluster/issues) to report any bugs or file feature requests.
510
-
511
-
### 💻 Developing
512
-
513
-
If you are interested in being a contributor and want to get involved in developing this project or help out with Cloud Posse's other projects, we would love to hear from you!
514
-
Hit us up in [Slack](https://cpco.io/slack?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-rds-cluster&utm_content=slack), in the `#cloudposse` channel.
543
+
For 🐛 bug reports & feature requests, please use the [issue tracker](https://github.com/cloudposse/terraform-aws-rds-cluster/issues).
515
544
516
545
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
517
546
1. Review our [Code of Conduct](https://github.com/cloudposse/terraform-aws-rds-cluster/?tab=coc-ov-file#code-of-conduct) and [Contributor Guidelines](https://github.com/cloudposse/.github/blob/main/CONTRIBUTING.md).
@@ -536,38 +565,6 @@ Dropped straight into your Inbox every week — and usually a 5-minute read.
536
565
537
566
[Join us every Wednesday via Zoom](https://cloudposse.com/office-hours?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-rds-cluster&utm_content=office_hours) for your weekly dose of insider DevOps trends, AWS news and Terraform insights, all sourced from our SweetOps community, plus a _live Q&A_ that you can’t find anywhere else.
538
567
It's **FREE** for everyone!
539
-
540
-
## About
541
-
542
-
This project is maintained by <ahref="https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-rds-cluster&utm_content=">Cloud Posse, LLC</a>.
We are a [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-rds-cluster&utm_content=commercial_support) for funded startups and enterprises.
546
-
Use our ready-to-go terraform architecture blueprints for AWS to get up and running quickly.
547
-
We build it with you. You own everything. Your team wins. Plus, we stick around until you succeed.
0 commit comments