gkdevops /
terraform-code
This repository contains code to learn terraform automation through HCL
45/100 healthLoading repository data…
inderpal2406 / repository
This repository contains configuration files for a basic VPC module, which can be imported into other terraform configuration files.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains configuration files for a basic VPC module, which can be imported into other terraform configuration files.
A lightweight VPC module for terraform
module "vpc_basic" {
source = "github.com/inderpal2406/terraform_vpc_module"
name = "vpc_name"
cidr = "10.0.0.0/16"
public_subnet = "10.0.1.0/24"
}
See interface.tf file for additional configurable variables.
Selected from shared topics, language and repository description—not editorial ratings.
gkdevops /
This repository contains code to learn terraform automation through HCL
45/100 healthinderpal2406 /
This repository contains practice examples from books on Terraform written by James Turnbull, Yevgeniy Brikman. Also this repository contains practice examples from Udemy course on Terraform.
40/100 healthjabercrombia /
This repository contains Terraform infrastructure for managing Cloudflare DNS records that route a domain to a Vercel-hosted application. It centralizes DNS configuration as code to ensure consistent, version-controlled deployments with no manual Cloudflare changes.
deshpandead-spring2021 /
This repository contains terraform code for setting up infrastructure configurations. Terraform is a code tool from HahiCorp. It is a tool for building, changing and managing infrastructure in a safe, repeatable way. Developers and Infrastructure teams can use Terraform to mange environments with a configuration language called the HashiCorp Configuration Language (HCL) for human readable, automated deployments.
27/100 health