server
bayudwiyansatria/server/hcloud
Terraform Module for Provisioning Hetzner Cloud Server
!Platforms     Terraform Hetzner Cloud Server Module  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
| Name | Type | Description | Default |
|---|---|---|---|
| server_name | string | required | |
| server_keys | list(string) | SSH Public Key ID | required |
| hcloud_token | string | Hcloud API Key | required |
| server_count | number | Number of servers | 1 |
| server_type | string | For more types have a look at https://www.hetzner.de/cloud | "cx11" |
| server_location | string | Server location | "hel1" |
| server_distro | string | Predefined Image that will be used to spin up the machines | "ubuntu-20.04" |
idsipsAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,