Breaking changes
-
GCP
: Added a new variablelocation
on the variables which sets the location of the bucketops-manager
. -
Updated the templates to use
terraform
version1.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 :
GCP
Add NAT router configuration also for Ops Manager. - #64 :
Azure
fix subnet reserved ranges. - #63 :
All Providers
Inconsistent DNS A record entries for PKS API endpoints. All Providers
: All the version constraints for the providers were moved to theversion.tf
files.Azure
: Updated theazurerm_subnet
resources to use the newaddress_prefixes
property.Azure
: Fixed an interpolation warning onazure/ops-manager-resource-groups.tf
.Azure
: Removed the propertyenable_advanced_thread_protection
from theazurerm_storage_account
resource, which was removed on the latest version of the provider.Azure
: Added resourcceazurerm_advanced_thread_protection
which substitutes the use of the propertyenable_advanced_thread_protection
on theazurerm_storage_account
resources.Azure
: Added the propertyallow_blob_public_access
with valuetrue
on theazurerm_storage_account.bosh
resource, this should mimic previous behavior which was throwing errors after the provider upgrade.Azure
: Changed the value of therole_definition_id
of theazurerm_role_assignment
resources to use theazurerm_role_definition.resource_name.resource
property 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 propertyid
for theazurerm_role_definition
.Azure
: Removed the use of the propertresource_group_name
on theazurerm_lb_backend_address_pool
resources.Azure
: Updated theazurerm_lb_probe
resources to use the propertybackend_address_pool_ids
instead of the propertybackend_address_pool_id
, this removes a deprecation warning.GCP
: Added propertsource_ranges
to firewall rules which didn't had it, this setting can be change using theingress_source_ranges
variable on theterraform.tfvars
file.
Bug Fixes
- Fixed an issue introduced by fc36573 which caused the terraform to fail on certain circumstances.