Skip to content

args-rds-aurora version 0.3.0

Affected versions

All RDS configurations that use one of these:

  • args-rds-aurora-v0.1.0
  • args-rds-aurora-v0.2.0

Rationale

args-rds-aurora-v0.3.0 adds a final snapshot identifier for RDS.

Dependabot PR.

Manual upgrades

To apply this upgrade, do the steps described below.

Changes to postgres_aurora.tf and postgres_aurora_serverless.tf

Apply changes to all files using args-rds-aurora.

Before:

module "args_rds" {
  source = "git@github.com:oslokommune/golden-path-iac//terraform/modules/args-rds-aurora?ref=args-rds-aurora-v0.1.0"
}

Or:

module "args_rds" {
  source = "git@github.com:oslokommune/golden-path-iac//terraform/modules/args-rds-aurora?ref=args-rds-aurora-v0.2.0"
}

After:

module "args_rds" {
  source = "git@github.com:oslokommune/golden-path-iac//terraform/modules/args-rds-aurora?ref=args-rds-aurora-v0.3.0"
}

After upgrade

After doing the changes above, the next Terraform plan should include these changes:

  • Update to RDS cluster: add final_snapshot_identifier.
  • Add one snapshot_identifier resource.