Module Version
Explore how to define and control child module versions in Terraform. Understand the use of version constraints, suitable operators, and the importance of specifying module versions when sourcing from public or private registries to ensure stability in your infrastructure deployments.
We'll cover the following...
We'll cover the following...
Defining a child module’s version number
As mentioned in the previous lesson,it’s recommended to explicitly set the acceptable version number for any child modules being invoked in order to prevent unexpected and unwanted changes. This is especially true if we’re ...