Skip to content

bayudwiyansatria/terraform-hcloud-server

Repository files navigation

Platforms License Code Of Conduct Support Contributing


Terraform Hetzner Cloud Server Module

Contributor Covenant

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

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 as appropriate.

Looking to contribute to our code but need some help? There's a few ways to get information:

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Copyright © 2021. All Rights Reserved.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration