terraform-aws-rds-cluster
                                
                                
                                
                                    terraform-aws-rds-cluster copied to clipboard
                            
                            
                            
                        Terraform module to provision an RDS Aurora cluster for MySQL or Postgres
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [](https://slack.cloudposse.com) ## Describe the Bug Unable to set the variable `performance_insights_enabled` to false. While set to false Terraform throws the...
what I implemented create_before_destroy on the aws_rds_cluster_instance default instances. Originally in #192 but that was closed for reasons we won't go into here. why Making a change to any parameter...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/route53-cluster-hostname/aws](https://registry.terraform.io/modules/cloudposse/route53-cluster-hostname/aws) ([source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname)) | module | minor | `0.12.2` -> `0.13.0` |...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.1 to 1.7.4. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.4 What's Changed Escape user-provided strings in git commands hashicorp/go-getter#483 Fixed a bug in .netrc handling if the...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
### Describe the Bug i am using minimal config to provision the db cluster, the cluster on console works properly but the terraform scripts fails in the end with the...
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps the go_modules group in /test/src with 4 updates: [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter), [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/net](https://github.com/golang/net) and google.golang.org/protobuf. Updates `github.com/hashicorp/go-getter` from 1.7.1 to 1.7.5 Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.5 What's Changed Prevent...
## what Allow to manage master credentials in Secrets Manager ## why Managed secrets are more secure and easy to use. ## references (closes #166)