Can the Terraform Module Versions be locked anyhow?

devquora
devquora

Posted On: Feb 22, 2018

 

Yes, there is a way to lock it. if terraform module registry is being used as a source, then the 'version' attribute can be used in the module in a configuration file of Terraform. If as a source, a repository of Github is being used then in the query string, branch, and versions to be specified by'? ref '.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Terraform Interview Questions

    What is Terraform?

    Terraform is a tool of the DevOps toolchain which is used for development and change in the infrastructure with safety. It is an efficient tool for the versioning of the infrastructure. This tool has ...

    Terraform Interview Questions

    Why should Terraform be preferred for DevOps?

    There are a bunch of reasons for giving preference to Terraform to be used as one of the significant tools of DevOps. The main motive of DevOps is to bring efficiency and quality in software delivery....

    Terraform Interview Questions

    What are the features of Terraform?

    Main key features of Terraform include :Graphing - Its features of graphing that are built-in are helpful in visualizing the infrastructure. Custom Syntax - It's custom syntax is very friendly wh...