11 Which of the following is not a key principle of infrastructure as code?
A. Versioned infrastructure
B. Golden images
C. Idempotence
D. Self-describing infrastructure
12 Terraform variables and outputs that set the “description” argument will store that description in the state file.
A. True
B. False
13 What is the provider for this fictitious resource?
A. vpc
B. main
C. aws
D. test
14 If you manually destroy infrastructure, what is the best practice reflecting this change in Terraform?
A. Run terraform refresh
B. It will happen automatically
C. Manually update the state fire
D. Run terraform import
15
What is not processed when running a terraform refresh?
A. State file
B. Configuration file
C. Credentials
D. Cloud provider