最新的HashiCorp Certified: Terraform Associate - TA-002-P免費考試真題
terraform validate confirms that your infrastructure matches the Terraform state file.
正確答案: A
說明:(僅 Fast2test 成員可見)
When using multiple configuration of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?
正確答案: C
說明:(僅 Fast2test 成員可見)
Terraform variable names are saved in the state file.
正確答案: A
說明:(僅 Fast2test 成員可見)
The_________determines how Terraform creates, updates, or delete resources.
正確答案: A
說明:(僅 Fast2test 成員可見)
As a developer, you want to ensure your plugins are up to date with the latest versions. Which Terraform command should you use?
正確答案: A
說明:(僅 Fast2test 成員可見)
You are using a networking module in your Terraform configuration with the name label my-network. In your main configuration you have the following code:

When you run terraform validate, you get the following error:

What must you do to successfully retrieve this value from your networking module?

When you run terraform validate, you get the following error:

What must you do to successfully retrieve this value from your networking module?
正確答案: B
說明:(僅 Fast2test 成員可見)
You're building a CI/CD (continuous integration/continuous delivery) pipeline and need to inject sensitive variables into your Terraform run. How can you do this safely?
正確答案: C
說明:(僅 Fast2test 成員可見)
When should you write Terraform configuration files for existing infrastructure that you want to start managing with Terraform?
正確答案: B
說明:(僅 Fast2test 成員可見)
You cannot install third party plugins using terraform init.
正確答案: A
說明:(僅 Fast2test 成員可見)
A module can always refer to all variables declared in its parent module.
正確答案: A
說明:(僅 Fast2test 成員可見)