Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 2.95 KB

File metadata and controls

54 lines (42 loc) · 2.95 KB

terraform-google-truefoundry-network

Truefoundry Google Cloud Network Module

Requirements

Name Version
terraform >= 1.4
google 4.81.0

Providers

Name Version
google 4.81.0

Modules

Name Source Version
cloud_router terraform-google-modules/cloud-router/google 6.0.1
network terraform-google-modules/network/google 7.3.0

Resources

Name Type
google_compute_network.gcn data source

Inputs

Name Description Type Default Required
cluster_name Name of the cluster string n/a yes
enable_flow_logs Enable flow logs for subnets bool false no
enable_private_access Private access for subnets bool true no
network_name SHIM: network name string n/a yes
network_vpc_secondary_ranges List of secondary ranges
list(object({
range_name = string
ip_cidr_range = string
}))
n/a yes
private_subnet_cidr CIDR range for private subnet string n/a yes
project_id Project ID in which clusters are deployed string n/a yes
region Region to deploy your cluster in string n/a yes
routing_mode Routing mode for the network string "GLOBAL" no
shim If true will not create the network and forward the input values to the same outputs. bool false no
subnet_id SHIM: Subnetwork ID string n/a yes

Outputs

Name Description
network_id n/a
network_name n/a
subnet_id n/a