Question 26
Which of the following is considered a Terraform plugin?
Question 27
Which of the following statements best describes the Terraform list(...) type?
Question 28
Why might a user opt to include the following snippet in their configuration file?
1. terraform {
2. required_version = ">= 0.12"
3. }
1. terraform {
2. required_version = ">= 0.12"
3. }
Question 29
In order to make a Terraform configuration file dynamic and/or reusable, static values should be converted to use what?
Question 30
In order to extend Vault beyond a data center or cloud regional boundary, what feature should be used?