This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
Releases: vmware-archive/terraforming-gcp
Releases · vmware-archive/terraforming-gcp
v0.15.0
v0.14.0
v0.13.0
v0.12.0
v0.11.0
v0.10.0
Fixes a GCP subdomain for opsman
v0.9.0
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
0.7.0
New this release:
- Renames the
ops-manager-and-director-subnet
tomanagement-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
usescreate_before_destroy
to prevent issues when updating the certificate. - Adds new databases for the ERT:
account
,networkpolicyserver
, andnfsvolume
. - 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.