The terraform.tfstate file always matches your currently built infrastructure.
Correct Answer:
B
🗳️
One remote backend configuration always maps to a single remote workspace.
Correct Answer:
B
🗳️
How is the Terraform remote backend different than other state backends such as S3, Consul, etc.?
Correct Answer:
A
🗳️
What is the workflow for deploying new infrastructure with Terraform?
Correct Answer:
D
🗳️
A provider configuration block is required in every Terraform configuration.
Example:
Correct Answer:
B
🗳️
You run a local-exec provisioner in a null resource called null_resource.run_script and realize that you need to rerun the script.
Which of the following commands would you use first?
Correct Answer:
A
🗳️
Which provisioner invokes a process on the resource created by Terraform?
Correct Answer:
A
🗳️
Which of the following is not true of Terraform providers?
Correct Answer:
E
🗳️
What command does Terraform require the first time you run it within a configuration directory?
Correct Answer:
B
🗳️
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?
Correct Answer:
C
🗳️