HashiCorp Certified: Vault Associate VA-002-P Question # 16 Topic 2 Discussion

HashiCorp Certified: Vault Associate VA-002-P Question # 16 Topic 2 Discussion

VA-002-P Exam Topic 2 Question 16 Discussion:
Question #: 16
Topic #: 2

Why is it a good idea to declare the required version of a provider in a Terraform configuration file?

1. terraform {

2. required_providers {

3. aws = "~> 1.0"

4. }

5. }


A.

to remove older versions of the provider


B.

to ensure that the provider version matches the version of Terraform you are using


C.

providers are released on a separate schedule from Terraform itself; therefore a newer version could introduce breaking changes


D.

to match the version number of your application being deployed via Terraform


Get Premium VA-002-P Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.