network

bayudwiyansatria/network/hcloud

Terraform Module HCL HCLOUD

Provisioning Hetzner Cloud Network

Install
module "network" {
source = "bayudwiyansatria/network/hcloud"
version = "1.0.0"
}
plain text: /constructs/tfmod-bayudwiyansatria-network-hcloud/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform Hetzner Cloud Network Module !Platforms ![License](LICENSE.md) ![Code Of Conduct](CODE_OF_CONDUCT.md) ![Support](SUPPORT.md) ![Contributing](CONTRIBUTING.md) ![Contributor Covenant](CODE_OF_CONDUCT.md) Requirements - Terraform v1.0.11 Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. Prerequisites What things you need to install the software and how to install them refer to Requirements Installation A step by step series of examples that tell you how to get a development env running Say what the step will be clone this repository. ``shell $ git clone git@github.com:bayudwiyansatria/terraform-hcloud-network.git ` Usa

Inputs (6)
NameTypeDescriptionDefault
hcloud_tokenstringHcloud API Key required
network_namestringNetwork Name"default_network"
network_rangestringNetwork Subnet"10.0.0.0/8"
network_subnetstringNetwork Subnet"10.0.0.0/24"
network_zonestringNetwork Zone"eu-central"
network_typestringNetwork Type. Available server, cloud or vswitch"cloud"
Outputs (3)
network_subnet_ids
network_subnet
ids
Resources (2)
hcloud_networkhcloud_network_subnet
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud HCLOUD
★ Stars0
Forks0
Total downloads871
Inputs6
Outputs3
Resources2
LicenseMIT
Namespacebayudwiyansatria
Updated