Answers for "what is terraform plan"

0

what is terraform plan

The terraform plan command evaluates a Terraform configuration to determine the desired state of all the resources it declares, then compares that desired state to the real infrastructure objects being managed with the current working directory and workspace.
Posted by: Guest on March-11-2022

Browse Popular Code Answers by Language