Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Releases: vmware-archive/terraforming-gcp

v0.15.0

14 Dec 16:56
Compare
Choose a tag to compare
  • Configurable ssl ca cert and private key
  • Configurable location for bucket

v0.14.0

17 Nov 22:56
Compare
Choose a tag to compare
  • Use conditional for outputs on resources that may be non-existent (due to terraform v0.11.0)

v0.13.0

14 Nov 19:11
Compare
Choose a tag to compare
  • Add sensitive to passwords and keys in outputs.

v0.12.0

03 Nov 18:04
Compare
Choose a tag to compare
  • Add credhub database

v0.11.0

30 Oct 22:48
Compare
Choose a tag to compare
  • Add silk and locket databases
  • Rename ert to pas
  • Ops Manager VMs have static IPs

v0.10.0

20 Oct 17:22
Compare
Choose a tag to compare

Fixes a GCP subdomain for opsman

v0.9.0

10 Oct 00:23
Compare
Choose a tag to compare

This release requires Terraform v0.10.0+. We have made an effort to mitigate all IAM race conditions in the template such that a terraform fork should no longer be necessary for use with highly concurrent Google cloud projects. Let us know if you encounter these again.

v0.8.0

22 Sep 22:50
Compare
Choose a tag to compare
  • add load balancers for isolation segments
  • make isolation segment only when enabled
  • rename ssh keys for opsman
  • updates to support newer terraform
  • create GCS buckets
  • increase opsmanager size to 150gb

0.7.0

03 Mar 01:47
Compare
Choose a tag to compare

New this release:

  • Renames the ops-manager-and-director-subnet to management-subnet. This is a backwards-incompatible change.
  • Ensures that the root DB user password is set to a non-default value.
  • Ensures google_compute_ssl_certificate uses create_before_destroy to prevent issues when updating the certificate.
  • Adds new databases for the ERT: account, networkpolicyserver, and nfsvolume.
  • Adds service_account_email as an output property.
  • Outputs subnet CIDRs as a list to bring this property into alignment with the other terraforming-IAAS repos.

0.6.0

13 Jan 23:19
Compare
Choose a tag to compare

Changelist

  • Increases creation timeout for the Ops Manager images and VM instances to 20 and 10 minutes respectively.