Breaking changes
-
GCP: Added a new variablelocationon the variables which sets the location of the bucketops-manager. -
Updated the templates to use
terraformversion1.0.11. -
Terraform providers updated and templates adjusted to remove deprecation warnings and errors.
Provider version GCP 4.1.0 AWS 3.65.0 Azure 2.85.0
Features
- #70 :
GCPAdd NAT router configuration also for Ops Manager. - #64 :
Azurefix subnet reserved ranges. - #63 :
All ProvidersInconsistent DNS A record entries for PKS API endpoints. All Providers: All the version constraints for the providers were moved to theversion.tffiles.Azure: Updated theazurerm_subnetresources to use the newaddress_prefixesproperty.Azure: Fixed an interpolation warning onazure/ops-manager-resource-groups.tf.Azure: Removed the propertyenable_advanced_thread_protectionfrom theazurerm_storage_accountresource, which was removed on the latest version of the provider.Azure: Added resourcceazurerm_advanced_thread_protectionwhich substitutes the use of the propertyenable_advanced_thread_protectionon theazurerm_storage_accountresources.Azure: Added the propertyallow_blob_public_accesswith valuetrueon theazurerm_storage_account.boshresource, this should mimic previous behavior which was throwing errors after the provider upgrade.Azure: Changed the value of therole_definition_idof theazurerm_role_assignmentresources to use theazurerm_role_definition.resource_name.resourceproperty instead ofazurerm_role_definition.pks-worker.id, this fixes a problem introduced after upgrading the provider, caused by a change on the format on the propertyidfor theazurerm_role_definition.Azure: Removed the use of the propertresource_group_nameon theazurerm_lb_backend_address_poolresources.Azure: Updated theazurerm_lb_proberesources to use the propertybackend_address_pool_idsinstead of the propertybackend_address_pool_id, this removes a deprecation warning.GCP: Added propertsource_rangesto firewall rules which didn't had it, this setting can be change using theingress_source_rangesvariable on theterraform.tfvarsfile.
Bug Fixes
- Fixed an issue introduced by fc36573 which caused the terraform to fail on certain circumstances.