vpc
Kavitha-Sivalingam/vpc/kavitha
Terraform Module
HCL
KAVITHA
Install
module "vpc" {
source = "Kavitha-Sivalingam/vpc/kavitha"
version = "1.1.0"
}
README
terraform-kavitha-vpc
Inputs (6)
| Name | Type | Description | Default |
|---|---|---|---|
| vpc_azs | list | Availability zones for VPC | [
"eu-west-1a",
"eu-west-1b",
"eu- |
| vpc_public_subnets | list(string) | Public subnets for VPC | [
"10.0.101.0/24",
"10.0.102.0/24"
] |
| vpc_enable_nat_gateway | bool | Enable NAT gateway for VPC | true |
| vpc_tags | map(string) | Tags to apply to resources created by VPC module | {
"Environment": "dev",
"Terraform": |
| vpc_name | string | Name of VPC | "example-vpc" |
| vpc_cidr | string | CIDR block for VPC | "10.0.0.0/16" |
Outputs (2)
vpc_public_subnets — IDs of the VPC's public subnetsec2_instance_public_ips — Public IP addresses of EC2 instancesDetails
FrameworkTerraform Module
LanguageHCL
Version1.1.0
Cloud KAVITHA
Total downloads117
Inputs6
Outputs2
NamespaceKavitha-Sivalingam
Updated