Skip to content

Releases: devops-rob/terraform-gcp-tls

v0.1.4

06 Aug 09:23
Compare
Choose a tag to compare

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.crt

v0.1.3

26 Jul 10:09
Compare
Choose a tag to compare

This release adds READMEs to all examples.

v0.1.2

26 Jul 09:58
Compare
Choose a tag to compare

Added in missing variable descriptions.

v0.1.1

26 Jul 09:52
Compare
Choose a tag to compare

Updated the module refernces in the examples.

Initial release

26 Jul 09:48
Compare
Choose a tag to compare

Initial v0.1.0 relase of the module.