HashiCorp
TA-002-P · Question #183
Refer below code where pessimistic constraint operator has been used to specify a version of a provider. terraform { required_providers { aws = "~> 1.1.0" }} Which of the following options are valid p
Sign in or unlock TA-002-P to reveal the answer and full explanation for question #183. The question stem and answer options stay visible for context.
Read, generate, and modify configuration
Question
Refer below code where pessimistic constraint operator has been used to specify a version of a provider. terraform { required_providers { aws = "~> 1.1.0" }} Which of the following options are valid provider versions that satisfy the above constraint. (select two)
Options
- A1.1.1
- B1.2.9
- C1.1.8
- D1.2.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 versions#version constraints#pessimistic constraint operator#required_providers