Theversion argumentin a module ensures Terraform uses aspecific versionof a module, preventing unintended updates.
A (source)– Specifies the module source butdoes not control versioning.
B (count)– Controls how many instances of a resource/module exist,not updates.
D (lifecycle)– Controls how resources behavebut does not control module versioning.
Official Terraform Documentation Reference:
Module Version Constraints
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit