Releases: zombiezen/terraform-google-hugo-site
Releases · zombiezen/terraform-google-hugo-site
0.6.0
- Add
resources_bucket
and resources_prefix
input variables. These permit sharing Hugo intermediate artifacts between runs, which can speed up some builds.
- Enforce
hugo_env
as a list of strings
0.5.0
- Add
cloud_build_timeout_sec
variable
0.4.1
- Use images from GitHub Container Registry
- Upgrade to Hugo 0.80.0
0.4.0
- Replace
repository_url
output with ssh_repository_url
and https_repository_url
- Add
deploy_trigger_id
output
0.3.2
v0.3.2
Fix the Hugo Docker tag
0.3.1
v0.3.1
Update more references to main
0.3.0
Upgrade versions of Hugo and Google provider
Bumped required version to Terraform 0.13 to use
required_providers stanza.