terraform-aws-documentdb-cluster
terraform-aws-documentdb-cluster copied to clipboard
Terraform module to provision a DocumentDB cluster on AWS
## what Upgrade the default `engine_version` to the latest as of today, which is 5.0.0. ## why - To get the new features available and also the compatibility with MongoDB...
## what This PR adds the argument [allow_major_version_upgrade](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_cluster#allow_major_version_upgrade) that was released in https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.21.0 ## why When upgrading the `engine_version` to a new major version, `allow_major_version_upgrade` needs to be enabled for...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/ssm-parameter-store/aws](https://registry.terraform.io/modules/cloudposse/ssm-parameter-store/aws) ([source](https://togithub.com/cloudposse/terraform-aws-ssm-parameter-store)) | module | minor | `0.11.0` -> `0.13.0` |...
Every time it's showing change in availability zone and recreating
## what * Add a instance_name output for the cluster instance identifier. ## why * e.g. if you want to add a `aws_cloudwatch_metric_alarm` resource to your Documentdb cluster ( `dimensions...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cloudposse/terraform-aws-documentdb-cluster). ## Config Migration Needed - [ ]...
### Describe the Bug Module version 0.25.0 allows for "storage_type" variable for `aws_docdb_cluster`. This is not supported by lower AWS providers. Version 5.29.0 required for this. https://registry.terraform.io/providers/hashicorp/aws/5.29.0/docs/resources/docdb_cluster Fix requirements: https://github.com/cloudposse/terraform-aws-documentdb-cluster/blob/main/versions.tf#L7...
### Describe the Bug ╷ │ Error: Invalid count argument │ │ on .terraform/modules/ac2ui_documentdb_cluster/main.tf line 43, in resource "random_password" "password": │ 43: count = module.this.enabled && var.master_password != "" ?...
### Describe the Bug The allowed_security_groups does not allow passing an SG to allow specific traffic from specific IPs. E.g. for `dev` testing in a dev environment. The problem is...
Is it possible to allow existing subnet-group to be passed? I think its not much of change just some more check. change in resource "aws_docdb_cluster" "default" {: `db_subnet_group_name = join("",...