HashiCorp Certified: Terraform Associate (004) (HCTA0-004) - Terraform-Associate-004 模擬練習
Which command lets you experiment with terraform expressions?
正解: B
解説: (PassTest メンバーにのみ表示されます)
Which statement describes a goal of Infrastructure as Code (IaC)?
正解: D
解説: (PassTest メンバーにのみ表示されます)
Which provider authentication method prevents credentials from being stored in the state file?
正解: A
解説: (PassTest メンバーにのみ表示されます)
You need to deploy resources into two different regions in the same Terraform configuration using the block shown in the exhibit below.
What do you need to add to the provider configuration to deploy the resource to the us-west-2 AWS region?

What do you need to add to the provider configuration to deploy the resource to the us-west-2 AWS region?

正解: D
解説: (PassTest メンバーにのみ表示されます)
When does Terraform create the .terraform.lock.hc1 file?
正解: C
解説: (PassTest メンバーにのみ表示されます)
You have multiple team members collaborating on infrastructure as code (IaC) using Terraform, and want to apply formatting standards for readability.
How can you format Terraform HCL (HashiCorp Configuration Language) code according to standard Terraform style convention?
How can you format Terraform HCL (HashiCorp Configuration Language) code according to standard Terraform style convention?
正解: D
解説: (PassTest メンバーにのみ表示されます)
_______backends support state locking.
正解: C
解説: (PassTest メンバーにのみ表示されます)
If you manually destroy infrastructure, what is the best practice reflecting this change in Terraform?
正解: A
解説: (PassTest メンバーにのみ表示されます)
Only the user that generated a terraform plan may apply it.
正解: B
解説: (PassTest メンバーにのみ表示されます)
What information does the public Terraform Module Registry automatically expose about published modules?
正解: E
解説: (PassTest メンバーにのみ表示されます)
Which two steps are required to provision new infrastructure in the Terraform workflow? (Pick the 2 correct responses below.)
正解: A,B
解説: (PassTest メンバーにのみ表示されます)
Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.
正解: A
解説: (PassTest メンバーにのみ表示されます)
Which command must you run before you run a plan or apply for the first time?
正解: C
解説: (PassTest メンバーにのみ表示されます)