An open API service indexing awesome lists of open source software.

https://github.com/nutellinoit/terraform-hcloud-route53-letsencrypt

Sample terraform usage for creating a single virtual machine on Hetzner Cloud with nginx installed and one domain with let's encrypt using aws route53 dns for certification
https://github.com/nutellinoit/terraform-hcloud-route53-letsencrypt

aws hetzner-cloud letsencrypt route53 terraform

Last synced: 3 months ago
JSON representation

Sample terraform usage for creating a single virtual machine on Hetzner Cloud with nginx installed and one domain with let's encrypt using aws route53 dns for certification

Awesome Lists containing this project

README

          

# terraform-hcloud-route53-letsencrypt

![header](header.png)

Sample terraform usage for creating a single virtual machine on Hetzner Cloud with nginx installed and one domain with let's encrypt using aws route53 dns for certification

## Usage

Rename `terraform.tfvars.example` to `terraform.tfvars`

Populate `terraform.tfvars` with real values

Then, `terraform init && terraform plan` to see if everything will be created as needed.

Execute terraform:

```bash
terraform apply
```

## Italian tutorial

https://www.nutellino.it/2018/08/05/terraform-hetzner-cloud-route-53-e-lets-encrypt/