aptible / terraform-provider-aptible

The official Terraform provider for Aptible Deploy
https://registry.terraform.io/providers/aptible/aptible/latest
10 stars 13 forks source link

feat: added warning messages when db/app names change #66

Closed madhuravius closed 2 years ago

madhuravius commented 2 years ago

Testing instructions:

  1. Create app/db, wait until deployed
  2. Change only its handle and redeploy
  3. View warning messages that should appear from diagnostics

image

image


I took the more invasive PR that had a lot more code changes and only added context funcs for the updates for diagnostics, for now.

shortcut-integration[bot] commented 2 years ago

This pull request has been linked to Shortcut Story #4705: Renaming an app or database via Terraform should not destroy the app or database.