learn-terraform

Course outlines for learning terraform.

View the Project on GitHub robertdebock/learn-terraform

Reading remote state

expected time requirements
30 minutes A computer with terraform installed.

Goal: Experiment with reading another (remote) state.

Explanation

You can read the state from another (Terraform) project. The enables you to create resources consuming an object defined in another state file.

Demo

Please see this repository.

Questions

  1. What risks do you see?
  2. Would reading remote state be applicable for you/your organization?