Skip to content

itsyndicate/terraform-hetzner-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-hetzner-network

Requirements

Name Version
hcloud 1.49.1

Providers

Name Version
hcloud 1.49.1

Modules

No modules.

Resources

Name Type
hcloud_network.this resource
hcloud_network_subnet.private resource
hcloud_network_subnet.public resource

Inputs

Name Description Type Default Required
labels A map of labels to add to all resources map(string) {} no
network_cidr Network CIDR string "10.0.0.0/16" no
network_name Network name string "my-hetzner-network" no
network_zone Network zone location string "eu-central" no
private_subnets A map of private subnets inside the Network
map(object({
ip_range = string
network_zone = string
type = string
}))
{} no
public_subnets A map of public subnets inside the Network
map(object({
ip_range = string
network_zone = string
type = string
}))
{} no

Outputs

No outputs.

About

Terraform module for Hetzner network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages