terraform-aws-documentdb-cluster
terraform-aws-documentdb-cluster copied to clipboard
Terraform module to provision a DocumentDB cluster on AWS
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/vpc/aws](https://registry.terraform.io/modules/cloudposse/vpc/aws) ([source](https://redirect.github.com/cloudposse/terraform-aws-vpc)) | module | minor | `2.1.1` -> `2.3.0` | --- ###...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.5 to 1.7.9. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.9 What's Changed Speed up XZ decompression by 5x with bufio wrapper by @vsarunas in hashicorp/go-getter#520 Fix CI...
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.10 to 0.5.14. Commits 7184815 Preparation of release v0.5.14 88ddf1d Address Security Issue GHSA-jc7w-c686-c4v9 c8314b8 Add new package xio with WriteCloserStack 4f11dce Update README.md and SECURITY.md to...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.15.0 to 0.27.0. Commits 681b4d8 jws: split token into fixed number of parts 3f78298 all: upgrade go directive to at least 1.23.0 [generated] 109dabf endpoints: add links/provider...
### Describe the Bug Updating from 0.30.0 to 0.30.2 causes SSM parameter to be deleted. see also: https://github.com/cloudposse/terraform-aws-documentdb-cluster/issues/127 code was: ``` module "documentdb_cluster" { source = "cloudposse/documentdb-cluster/aws" # NOTE: DO...