You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to reduce confusion about what PostgreSQL version is in use, we want the RDS module to be named cf_database instead of cf_database_96. The database engine was previously version 9.6.x. At this time, the database is at version 12.x. See here.
Acceptance Criteria
GIVEN after module has been renamed
WHEN we run a terraform plan and terraform apply
THEN Terraform does not recognize the rename as an infrastructure change
AND the infrastructure is unaffected by the rename
Security considerations
None since it is a simple Terraform module rename.
Implementation sketch
Seems like this might require a terraform state mv.
The text was updated successfully, but these errors were encountered:
In order to reduce confusion about what PostgreSQL version is in use, we want the RDS module to be named
cf_database
instead ofcf_database_96
. The database engine was previously version 9.6.x. At this time, the database is at version 12.x. See here.Acceptance Criteria
WHEN we run a
terraform plan
andterraform apply
THEN Terraform does not recognize the rename as an infrastructure change
AND the infrastructure is unaffected by the rename
Security considerations
None since it is a simple Terraform module rename.
Implementation sketch
Seems like this might require a
terraform state mv
.The text was updated successfully, but these errors were encountered: