Using Terraform Modules from AWS S3 Buckets

Zeeshan BaigBlog

Overview Modules are used in Terraform to modularize and encapsulate groups of resources in your infrastructure. Using Modules you can write a generic code and reuse it as you need if you are from database background it is similar to … Read More

Terraform Using AWS S3 Remote Backend

Zeeshan BaigBlog

Overview These days Terraform is the industry’s go-to tool for Infrastructure automation. Terraform allows you to write infrastructure as a code, which you can manage via source control and one of many benefits is that you can keep track of … Read More