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
- Host: GitHub
- URL: https://github.com/nutellinoit/terraform-hcloud-route53-letsencrypt
- Owner: nutellinoit
- Created: 2018-08-03T15:24:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T14:03:22.000Z (almost 8 years ago)
- Last Synced: 2025-03-11T09:53:02.380Z (over 1 year ago)
- Topics: aws, hetzner-cloud, letsencrypt, route53, terraform
- Language: HCL
- Size: 143 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
## 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/