Hi! This boilerplate will get you set up with AWS and Hugo. You must first create a hugo website in the root of this project before running terraform.
- Get started with Hugo here: https://gohugo.io/getting-started/quick-start/
- Get started with Terraform here: https://developer.hashicorp.com/terraform?product_intent=terraform
Directory | Purpose |
---|---|
terraform | holds terraform configuration files |
hugo | holds hugo website files, must be created with hugo new site hugo as instructed in the hugo quick start guide. |