Releases: devops-rob/terraform-gcp-tls
Releases · devops-rob/terraform-gcp-tls
v0.1.4
This release adds output support for key and certificate file names. This is useful for interpolation in clou-init scripts to download these files on to infrastructure.
Cloud-init scripts can now run the following example command to download key and certificate material:
gsutil cp "gs://${vault_tls_bucket}/${vault_ca_cert_filename}" /etc/vault.d/tls/ca.crtv0.1.3
This release adds READMEs to all examples.
v0.1.2
Added in missing variable descriptions.
v0.1.1
Updated the module refernces in the examples.
Initial release
Initial v0.1.0 relase of the module.