Skip to main content

Posts

Showing posts from October, 2020

T in Terraform

                    Lets do GCP using Terraform With the IT world moving towards cloud infrastructure, it has become very vital for everyone to keep pace in building, maintaining and even destroying infrastructure on any platform. Choosing the platform might be in the individual’s interest, but for this demo, let us start with Google Cloud Platform. T IN TERRAFORM   Terraform is a tool that helps the user in building, changing and versioning the infrastructure efficiently. It describes and manages the state of your infrastructure. With all the configurations and components of the infrastructure provided in a single package or a file, it takes care of attaining the desired state as defined in the Terraform file (.tf file)  Terraform is one of the best examples for IaaC (Infrastructure as a Code) skeleton. It is capable of handling both, low-level components, such as Compute Instances, Storage and Networkin...