HashiCorpHashiCorp
TA-002-P · Question #85
TA-002-P Question #85: Real Exam Question with Answer & Explanation
Sign in or unlock TA-002-P to reveal the answer and full explanation for question #85. The question stem and answer options stay visible for context.
Read, generate, and modify configuration
Question
You need to constrain the GitHub provider to version 2.1 or greater. Which of the following should you put into the Terraform 0.12 configuration's provider block?
Options
- Aversion >= 2.1
- Bversion ~> 2.1
- Cversion = "<= 2.1"
- Dversion = ">= 2.1"
Unlock TA-002-P to see the answer
You've previewed enough free TA-002-P questions. Unlock TA-002-P for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Terraform providers#Version constraints#HCL syntax#Configuration