Mariano Gonzálezblog.mariano.cloud·Sep 19, 2023The 3 Rs: Reduce, Recycle, RepeatWhy One of (Software) Development's best practices is to make code reusable - meaning we want to make sure to reutilise pieces and bits of code so as not to write repetitive lines in our program. What A module in Terraform is a grouping of resources,...DiscussTerraform
Pranjal Jainengineeringhandbook.hashnode.dev·Sep 14, 2023Day 40: Understanding IaC and Configuration ManagementHi everyone! In the last few days, we deep-dived into AWS and the CI/CD pipeline. Moving on from the public cloud and pipelines, we will be looking into the tools that help us provision infrastructure on cloud and maintain it. Provisioning infra on t...DiscussAWS
Agnes jadhavagnes18.hashnode.dev·Sep 11, 2023TerraWeek Day 1: Introduction to Terraform and Terraform BasicsWhat is Terraform❓ Terraform is an infrastructure as code (IaC) tool that allows you to build, change, and version infrastructure safely and efficiently. This includes low-level components such as compute instances, storage, and networking, as well a...Discuss·33 readsTerraform
Sachin Adighatodghach.hashnode.dev·Sep 10, 2023The Terraform State File: A Guide to Effective Infrastructure ManagementTerraform stands out as a potent solution for effectively provisioning and managing cloud resources in the realm of infrastructure as code (IaC). The state file is one of Terraform's fundamental parts and is essential to its operation. In this articl...Discuss·1 like·29 reads#TWS
Rubeena khanrubeenakhan.hashnode.dev·Sep 10, 2023Terraform Definition , need , use , installation ,Terminologies .Hey from Ruby !! I'm Sharing about Terraform an infrastructure as a code IAC tool. Let's break the terms and learn !! Infrastructure as code = Infrastructure +code What is Infrastructure? Infrastructure is physical and virtual resources used to mak...Discuss·4 likes·96 readsTerraweekchallenge
Arseny Zinchenkosetevoy.hashnode.dev·Sep 10, 2023Terraform: count, for_each, and for loopsIn the previous post, we got an overview of the Terraform data types — Terraform: introduction to data types — primitives and complex. Now let’s see how these types can be used in loops. Terraform supports three types of cycles: count: the simplest,...DiscussTerraform
Namrata Guptanamg.hashnode.dev·Sep 10, 2023Terraform (IaaC) - S3 backend :Terraform Variables As a good infrastructure developer, you should not hardcode values in the configuration. Hence, Terraform variables facilitate that the values will be kept in one place storing them into a variable and replacing the variable name ...Discuss·6 likes·74 readsterraform-state
Sachin Adighatodghach.hashnode.dev·Sep 9, 2023Infrastructure as Code for the Modern Era: Decoding TerraformThere has never been more of a need for scalable, adaptable, and efficient infrastructure in the fast-changing technological landscape of today. Organizations are increasingly using Infrastructure as Code (IaC) solutions as they work to satisfy these...Discuss·3 likes·70 reads#TWS
Arseny Zinchenkosetevoy.hashnode.dev·Sep 9, 2023Terraform: introduction to primitives and complex data typesIn this post, we will take a brief look at the data types that we can use in Terraform to better understand the topic of the following post — Terraform: count, for_each, and for loops. Documentation — Type Constraints and Types and Values. We have th...DiscussTerraform
Namrata Guptanamg.hashnode.dev·Sep 9, 2023Terraform (IaaC)What is Iaac (Infrastructure as a Code)? IaaC is the concept of creating Infrastructure resources using a configuration file. IaaC allows you to speed up the infrastructure development.IaaC configuration is error-free as its automation code method an...Discuss·4 likes·207 readsTerraform