vpc

GMafra/vpc/gcp

Terraform Module HCL GCP

Terraform module for creating VPCs on Google Cloud

Install
module "vpc" {
source = "GMafra/vpc/gcp"
version = "1.0.0"
}
plain text: /constructs/tfmod-gmafra-vpc-gcp/install.txt
⭐ Source on GitHub 📦 Registry page
README

VPC module for Google Cloud Platform Creates and manages VPC on GCP Basic usage ``hcl module vpc-module { source = "git@github.com:GMafra/GCP-modules.git//vpc-module" name = "tf-vpc" } `` Variables |Name|Description|Type|Default|Required| |----|-----------|:----:|:-------:|:--------:| |name|Name of the VPC|String| - |Yes| |auto_create_subnetworks|false = Creates custom VPC, true Creates auto VPC|String|false|No| Outputs |Name|Description| |----|-----------| |name|The unique name of the network| |gateway_ipv4|The IPv4 address of the gateway| |self_link|The URI of the created resource| Reference - Terraform GCP Network(VPC) - Terraform Modules

Inputs (2)
NameTypeDescriptionDefault
namestringVPC Name required
auto_create_subnetworksstringfalse = creates custom VPC, true = automatically creates subnets in each region"false"
Outputs (3)
name — The unique name of the network
gateway_ipv4 — The IPv4 address of the gateway
self_link — The URI of the created resource
Resources (1)
google_compute_network
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud GCP
★ Stars1
Forks3
Total downloads5.7k
Inputs2
Outputs3
Resources1
LicenseMIT
NamespaceGMafra
Updated