Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

HashiCorp Exam VA-002-P Topic 6 Question 38 Discussion

Actual exam question for HashiCorp's VA-002-P exam
Question #: 38
Topic #: 6
[All VA-002-P Questions]

Which flag would be used within a Terraform configuration block to identify the specific version of a provider required?

Show Suggested Answer Hide Answer
Suggested Answer: C

For production use, you should constrain the acceptable provider versions via configuration file to ensure that new versions with breaking changes will not be automatically installed by terraform init in the future. When terraform init is run without provider version constraints, it prints a suggested version constraint string for each provider

For example:

terraform {

required_providers {

aws = '>= 2.7.0'

}

}


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel