🔨

Updating Your Configuration with more resources

Time to update architecture to include resiliency, by adding resources

  1. start off by updating the architectural design, determine what resources we need
  1. then consult docs to see what arguments are needed for each resource
  1. update the config with new resources and data sources
  1. review state data

Globomantics scenario

Using the Documentation

Viewing State Data

EXAMPLE

State Data commands

Address is resource_type.<name_label>

To move, you need to provide source address and then destination address, like mv on unix

First rule of Terraform?

Make all changes with Terraform

Summary