問題1
terraform validate confirms that your infrastructure matches the Terraform state file.
terraform validate confirms that your infrastructure matches the Terraform state file.
正確答案: A
說明:(僅 NewDumps 成員可見)
問題2
Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.
Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.
正確答案: B
說明:(僅 NewDumps 成員可見)
問題3
It is best practice to store secret data in the same version control repository as your Terraform configuration.
It is best practice to store secret data in the same version control repository as your Terraform configuration.
正確答案: A
說明:(僅 NewDumps 成員可見)
問題4
Which of the following command would be use to access all of the attributes and details of a resource managed by Terraform?
Which of the following command would be use to access all of the attributes and details of a resource managed by Terraform?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題5
You much initialize your working directory before running terraform validate.
You much initialize your working directory before running terraform validate.
正確答案: B
說明:(僅 NewDumps 成員可見)
問題6
How does Terraform manage most dependencies between resources?
How does Terraform manage most dependencies between resources?
正確答案: A
說明:(僅 NewDumps 成員可見)
問題7
You cannot install third party plugins using terraform init.
You cannot install third party plugins using terraform init.
正確答案: A
說明:(僅 NewDumps 成員可見)
問題8
Terraform variable names are saved in the state file.
Terraform variable names are saved in the state file.
正確答案: A
說明:(僅 NewDumps 成員可見)