terraform-aws-rds-cluster icon indicating copy to clipboard operation
terraform-aws-rds-cluster copied to clipboard

Terraform module to provision an RDS Aurora cluster for MySQL or Postgres

Results 57 terraform-aws-rds-cluster issues
Sort by recently updated
recently updated
newest added

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug Unable to set the variable `performance_insights_enabled` to false. While set to false Terraform throws the...

bug

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

minor
triage

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

auto-update
readme

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

patch
auto-update

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

auto-update
minor
dependencies

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

bug
enhancement

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=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...

auto-update
minor

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

auto-update
minor
dependencies

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

auto-update
minor
dependencies

## what Allow to manage master credentials in Secrets Manager ## why Managed secrets are more secure and easy to use. ## references (closes #166)