HashiCorp
TA-002-P · Question #274
When using constraint expressions to signify a version of a provider, which of the following are valid provider versions that satisfy the expression found in the following code snippet: (select two) 1
Sign in or unlock TA-002-P to reveal the answer and full explanation for question #274. The question stem and answer options stay visible for context.
Read, generate, and modify configuration
Question
When using constraint expressions to signify a version of a provider, which of the following are valid provider versions that satisfy the expression found in the following code snippet: (select two) 1. terraform 2. { 3. required_providers 4. { 5. aws = "~> 1.2.0" 6. } 7. }
Options
- A1.3.1
- B1.2.3
- C1.2.9
- D1.3.0
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
#Provider versioning#Version constraints#Optimistic operator#Configuration syntax