Skip to content

Commit

Permalink
Import new heroku postgres addon
Browse files Browse the repository at this point in the history
We recently upgraded our Heroku Postgres DB. This involved provisioning
a new DB instance, which put our Terraform state out of sync.
  • Loading branch information
mvandenburgh committed Sep 9, 2024
1 parent b547159 commit a5af8cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/imports.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import {
to = module.api.module.heroku.heroku_addon.heroku_postgresql[0]
id = "4246c685-8f07-4dc6-9550-23a82e8b6941"
}

0 comments on commit a5af8cd

Please sign in to comment.