RB
RB
Where is node counting codified?
Thanks. It sounds like it might be best to have logic to count both the `jenkins_slave_type` and `jenkins_node_type` tag names but tag the latter going forward for newly created instances....
Can you try something like this ? ```hcl module "rds_cluster_aurora_postgres" { source = "cloudposse/rds-cluster/aws" # Cloud Posse recommends pinning every module to a specific version # version = "x.x.x" name...
I think this change should have its own test. Maybe it can reuse on of the root modules in `examples/` and use a custom tfvars to verify that this would...
At the moment, we use random provider to create the master password which is stored in SSM and then the value is fed to this module.
From this commit [e82b41f](https://github.com/sebastianmacarescu/terraform-aws-rds-cluster/commit/e82b41fdb75e369c5fff586d93a6d184d5b31896) @joshmello @sebastianmacarescu does it work if you tried setting the following to null ? ```hcl maintenance_window = null backup_window = null retention_period = null ```
It seems like an aws api issue. A serverless aurora does have these parameters and these can be modified in the browser but not from the aws api. The workaround...
/test all
/test all