Terraform components
Last updated
# This allows us to list the resources:
terraform state list
# We can get the info from a resource by running the following:
terraform state show <resource_name>
# If you want to view the entire state:
terraform show