diff --git a/modules/datastore/postgres/aws-aurora/1.0/facets.yaml b/modules/datastore/postgres/aws-aurora/1.0/facets.yaml index 8198a078..c0b59381 100644 --- a/modules/datastore/postgres/aws-aurora/1.0/facets.yaml +++ b/modules/datastore/postgres/aws-aurora/1.0/facets.yaml @@ -1,6 +1,6 @@ intent: postgres flavor: aws-aurora -version: '1.0' +version: '2.0' clouds: - aws description: A managed PostgreSQL Aurora cluster with high availability, automated @@ -239,7 +239,7 @@ iac: sample: kind: postgres flavor: aws-aurora - version: '1.0' + version: '2.0' disabled: true spec: version_config: diff --git a/modules/datastore/postgres/aws-aurora/1.0/main.tf b/modules/datastore/postgres/aws-aurora/1.0/main.tf index c1db7e22..79a3d055 100644 --- a/modules/datastore/postgres/aws-aurora/1.0/main.tf +++ b/modules/datastore/postgres/aws-aurora/1.0/main.tf @@ -4,7 +4,7 @@ resource "random_password" "master_password" { count = var.instance.spec.restore_config.restore_from_backup ? 0 : 1 length = 16 special = true - override_special = "!#$%&*+-=?^_`{|}~" # Safe special characters for Aurora PostgreSQL + override_special = "!#$&*-=?^_`{|}~" # Safe special characters for Aurora PostgreSQL lifecycle { ignore_changes = [