Terraform module for creating Google Virtual Private Cloud resources
Name | Version |
---|---|
terraform | >= 1.0.0 |
>= 4.69.0 |
Name | Version |
---|---|
4.69.1 |
No modules.
Name | Type |
---|---|
google_compute_network.vpc | resource |
google_compute_subnetwork.subnet | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
project_id | ID of the project in which the resources should be created (for Datahub (alias) GCP project) | string |
n/a | yes |
env | Variable to mark the environment of the resource (used to create services) | string |
n/a | yes |
prefix | Cloud resources base name (used to create services) | string |
n/a | no |
suffix | Suffix for resource names | string |
n/a | no |
vpc_config | Configuration for VPCs and subnets | object |
({ |
no |
Name | Description |
---|---|
vpc_name | Name of the VPC network |
subnet_id | IDs of the created subnets per VPC |
subnet_name | Names of the created subnets per VPC |
Apache 2 Licensed. For more information please see LICENSE