Valid TA-002-P Dumps shared by EduDump.com for Helping Passing TA-002-P Exam! EduDump.com now offer the newest TA-002-P exam dumps, the EduDump.com TA-002-P exam questions have been updated and answers have been corrected get the newest EduDump.com TA-002-P dumps with Test Engine here:
Terraform-specific settings and behaviors are declared in which configuration block type?
Correct Answer: B
The special terraform configuration block type is used to configure some behaviors of Terraform itself, such as requiring a minimum Terraform version to apply your configuration. Example terraform { required_version = "> 0.12.0" } https://www.terraform.io/docs/configuration/terraform.html