Import an Existing Production Database
Adopt an unmanaged FakeCloud database without recreating or changing it.
A advanced Linux challenge worth 20 points. Solve it hands-on in a real Linux environment in your browser - no local setup, no fake shells.
The Challenge
Migration: FakeCloud inventory already contains database:orders-prod, created manually outside Terraform. It runs engine postgres-16 on tier ha-medium and must not be destroyed or replaced.
In /home/labuser/terraform-lab, write a matching fakecloud_database resource, initialize Terraform, import the existing ID into that resource address, and adjust configuration until terraform plan reports no changes. Run check when done.