Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename cf_database_96 to cf_database (it's not at version 9.6.x anymore) #814

Open
1 task
jfredrickson5 opened this issue Mar 30, 2021 · 0 comments
Open
1 task

Comments

@jfredrickson5
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant