September 2022
-
Viewing the current state – Infrastructure as Code (IaC) with Terraform
To view the current state, we can run the following command:$ terraform show That will output all resources that Terraform has created and manages, including outputs. Of course, this can…