DevOps(Day-70): Terraform Modules
Modules
Modules are containers for multiple resources that are used together. A module consists of a collection of .tf and/or .tf.json files kept together in a directory
A module can call other modules, which lets you include the child module's res...
bandandevopsjourney.hashnode.dev4 min read