server

bayudwiyansatria/server/hcloud

Terraform Module HCL HCLOUD

Terraform Module for Provisioning Hetzner Cloud Server

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

!Platforms ![License](LICENSE.md) ![Code Of Conduct](CODE_OF_CONDUCT.md) ![Support](SUPPORT.md) ![Contributing](CONTRIBUTING.md) Terraform Hetzner Cloud Server Module ![Contributor Covenant](CODE_OF_CONDUCT.md) Provisioning server on Hetzner Cloud Requirements | Name | Version | | ---- | ------- | | Terraform | > = 1.0.11 | Getting Started There are instructions under demo directory will get you a copy of the project up and running on your local machine for development and testing purposes. Usage ``shell module "compute" { source = "bayudwiyansatria/server/hcloud" hcloud_token = var.hcloud_token server_name = var.server_name } `` Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests a

Inputs (7)
NameTypeDescriptionDefault
server_namestring required
server_keyslist(string)SSH Public Key ID required
hcloud_tokenstringHcloud API Key required
server_countnumberNumber of servers1
server_typestringFor more types have a look at https://www.hetzner.de/cloud"cx11"
server_locationstringServer location"hel1"
server_distrostringPredefined Image that will be used to spin up the machines"ubuntu-20.04"
Outputs (2)
ids
ips
Resources (1)
hcloud_server
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud HCLOUD
★ Stars0
Forks0
Total downloads843
Inputs7
Outputs2
Resources1
LicenseMIT
Namespacebayudwiyansatria
Updated