Terraform Workspaces

Imagine you living in the same house but in that house, different rooms have different type of settings. Or you remember the concept of multiple windows desktops. On the same OS, you may have different desktop to choose from and each desktop would have different...

Terraform Modules

Any code pattern which is being repeatedly used, we can create modules for that piece of code. This helps our code to look clean and easy to read. Another major benefit of creating modules is that if any change needs to be made, we just need to make that change at one...