Which of the following should you put into the Terraform 0.12 configuration’s provider block?

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?
A . version >= 2.1
B . version ~> 2.1
C . version = “<= 2.1”
D . version = “>= 2.1”

Answer: B

Latest TA-002-P Dumps Valid Version with 324 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
Vivek
Vivek
1 year ago

D is the snswer version = “>= 2.1” . If you want to retain the version in 2.x then B is the snaswe