Using modules in Terraform and managing the state of infrastructure
Purpose of using modules in Terraform - As per Terraform documentation, Modules are containers for multiple resources that are used together. A module consists of a collection of .tf files kept together in a directory. Modules are the main way to pac...
Aug 28, 20233 min read78