Which of the following is not true of Terraform providers?
What command does Terraform require the first time you run it within a configuration directory?
You have deployed a new webapp with a public IP address on a cloud provider. However, you did not create any outputs for your code.What is the best method to quickly find the IP address of the resource you deployed?
Which of the following is not a key principle of infrastructure as code?
Terraform variables and outputs that set the "description" argument will store that description in the state file.
The terraform.tfstate file always matches your currently built infrastructure.