cloudposse / terraform-aws-rds-cluster

Terraform module to provision an RDS Aurora cluster for MySQL or Postgres
https://cloudposse.com/accelerate
Apache License 2.0
144 stars 172 forks source link

implement simple rolling update using depends_on #191

Closed finchr closed 8 months ago

finchr commented 8 months ago

what

Implement a simple rolling update for the aws_rds_cluster_instance default instances.

why

To implement a zero downtime deploy for simple changes.

references

closes #190

hans-d commented 8 months ago

@finchr thanks. Did you also test this with a fresh deployment? (no reds deployed yet)

hans-d commented 8 months ago

/terratest

hans-d commented 8 months ago

@finchr I need to do some further review, but can you have a look at https://github.com/cloudposse/terraform-aws-rds-cluster/actions/runs/8057796243/job/22011400365?pr=191. At the end it shows what needs to be done.

finchr commented 8 months ago

@finchr I need to do some further review, but can you have a look at https://github.com/cloudposse/terraform-aws-rds-cluster/actions/runs/8057796243/job/22011400365?pr=191. At the end it shows what needs to be done.

Hi @hans-d , it's done.

hans-d commented 8 months ago

/terratest

hans-d commented 8 months ago

/terratest