Releases: cloudera-labs/terraform-cdp-modules
Version 0.11.3
What's Changed
Full Changelog: v0.11.2...v0.11.3
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-azure-vnet |
Disable default outbound access and add optional NAT resources |
terraform-cdp-azure-pre-reqs |
Add inputs to control NAT resource creation |
Impact of updates
- An upgrade from previous version of the terraform-cdp-modules (v0.11.2) has been tested.
- The
terraform-azure-vnet
andterraform-cdp-azure-pre-reqs
modules have been updated to handle the upcoming retirement of the default outbound access connectivity for virtual machines by Azure.- For each subnet created in the
terraform-azure-vnet
module, thedefault_outbound_access_enabled
parameter has been set tofalse
. - Resources have been added to the
terraform-azure-vnet
module to create NAT gateway resources and associate them with each subnet. This is optional but enabled by default. - New input variables have been added to the
terraform-cdp-azure-pre-reqs
module to control creation and configuration of the NAT resources.
- For each subnet created in the
Version 0.11.2
What's Changed
Full Changelog: v0.11.1...v0.11.2
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-cdp-deploy |
AWS deployment only |
Impact of updates
- Update
terraform-cdp-deploy
module to ensure that multi availability zone is disabled for LIGHT_DUTY AWS datalakes.
Version 0.11.1
What's Changed
- Add option for root volume definition to AWS bastion module by @jimright in #113
- Add multi-az support for GCP deployments by @jimright in #114
Full Changelog: v0.11.0...v0.11.1
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-aws-bastion |
|
terraform-cdp-deploy |
GCP deployment only |
Impact of updates
- Update the
terraform-aws-bastion
module to allow configuration of the root storage volume settings. - Added support for multi-az deployments on GCP.
- This is supported following the release of 0.10.4 of the Cloudera Terraform provider
Version 0.11.0
What's Changed
- Add Action to check documentation on each module by @jimright in #106
- Added azure bastion module by @dennaloh in #104
- Update top-level readme for new Azure bastion module by @jimright in #108
- Update Azure module to support separate network and Cloudera resource groups by @jimright in #107
- Add terraform-azure-cred-permissions module by @jimright in #109
- Add support for externalized compute clusters to cdp_deploy module by @jimright in #100
Full Changelog: v0.10.2...v0.11.0
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-azure-bastion |
New module |
terraform-azure-cred-permissions |
New module |
terraform-cdp-azure-pre-reqs |
|
terraform-cdp-deploy |
Impact of updates
- New modules introduced for
terraform-azure-bastion
andterraform-azure-cred-permissions
.terraform-azure-cred-permissions
is called from theterraform-cdp-azure-pre-reqs
module to create the Cloudera credential pre-requisites for Azure.
- Support for Compute Cluster creation on Cloudera on Azure & AWS environment has been added to the
terraform-cdp-deploy
module.- This is disabled by default but can be set via the
compute_cluster_enabled
variable and configured viacompute_cluster_configuration
- This is available once version
>= 0.10.2
of the Terraform Cloudera provider is used
- This is disabled by default but can be set via the
Version 0.10.2
What's Changed
Full Changelog: v0.10.1...v0.10.2
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-cdp-gcp-pre-reqs |
Impact of updates
- In the
terraform-cdp-gcp-pre-reqs
module the public_access_prevention parameter has been added to the GCS bucket resource. By default this is set toenforced
so that public access is not allowed.
Version 0.10.1
What's Changed
Full Changelog: v0.10.0...v0.10.1
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-azure-cdw-permissions |
|
terraform-cdp-azure-pre-reqs |
Impact of updates
- In the
terraform-cdp-azure-pre-reqs
and terraform-azure-cdw-permissions` modules, for the validation of Azure managed identities, the maximum allowed name is increased from 24 to 128.
Version 0.10.0
What's Changed
- Remove DL restore policy attachment from log role by @jimright in #97
- Add validation to ensure xaccount role trust has AWS backup service by @jimright in #96
- Added get_password_data and updated public ip ouput by @dennaloh in #99
- Add variable validation for cloud provider specific variables in deploy module by @jimright in #98
- Add modules for Azure resource groups and VNet by @jimright in #95
- Improve creation and handling of CDP groups in cdp-deploy by @jimright in #101
Full Changelog: v0.9.1...v0.10.0
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-azure-resource-group |
New module |
terraform-azure-vnet |
New module |
terraform-cdp-azure-pre-reqs |
|
terraform-aws-permissions |
|
terraform-cdp-deploy |
Impact of updates
- New modules added:
**terraform-azure-resource-group
to create an Azure Resource Group. This is can from theterraform-cdp-azure-pre-reqs
module.
**terraform-azure-vnet
to create an Azure VNet. This is can from theterraform-cdp-azure-pre-reqs
module. terraform-cdp-deploy
has been updated to add validations for required parameters with each Cloud Service Provider (i.e. theinfra_type
input parameter)terraform-cdp-deploy
has added a newcdp_groups
list of maps parameter which supports adding pre-existing Cloudera on cloud group to an environments IDBroker mapping (as well as creating the group if required).
** This change removed thecdp_user_group_name
andcdp_admin_group_name
input variables so a migration to this newcdp_groups
input is required when updating to this release.
Version 0.6.5
What's Changed
Full Changelog: v0.6.4...v0.6.5
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-cdp-aws-pre-reqs |
Impact of updates
- Backported the recent removal of the DL restore policy attachment from AWS IAM log role to version 0.6.x release of the terraform-cdp-aws-pre-reqs module.
Version 0.6.4
What's Changed
Full Changelog: v0.6.3...v0.6.4
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-cdp-aws-pre-reqs |
Impact of updates
- Backported the recent addition of the AWS backup service trust relationship to the Cross Account role to version 0.6.x release of the terraform-cdp-aws-pre-reqs module.
Version 0.9.1
What's Changed
- Add terraform install step to GH actions by @jimright in #90
- Added terraform-aws-bastion module by @dennaloh in #93
- Add multi-az mapping of proxy route table to NLB ENIs by @jimright in #88
- Add terraform-aws-fw-vpc and terraform-aws-firewall modules by @jimright in #89
- Add module for CML on AWS permissions by @jimright in #94
New Contributors
Full Changelog: v0.9.0...v0.9.1
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-aws-bastion |
New module |
terraform-aws-cml-permissions |
New module |
terraform-aws-firewall |
New module |
terraform-aws-nfw-vpc |
New module |
terraform-aws-proxy |
|
terraform-aws-cred-permissions |
|
terraform-cdp-aws-pre-reqs |
Impact of updates
- New modules added:
**terraform-aws-bastion
to create a bastion VM on AWS. This is not used in the aws pre-reqs module but can be called from a root module if required.
**terraform-aws-firewall
andterraform-aws-nfw-vpc
to support in deploying Cloudera Data Platform (CDP) Public Cloud in a fully private networking configuration where the CDP Environment is connected to a Networking VPC running the Firewall.
**terraform-aws-cml-permissions
to create the required IAM permission to perform the backup and restore of a CML workbench. This is not used in the aws pre-reqs module but can be called from a root module if required. - The
terraform-aws-cred-permissions
module has been updated to optionally add a trust relationship to the AWS backup service in the cross account role. This is also required for CML backup and restore. This option is disabled by default so should have no impact in existing deployments. - An extra input variable (xaccount_cml_backup_assume_role has been added to the
terraform-cdp-aws-pre-reqs
module to allow the above AWS backup trust relationship to be enabled if required. This variable is set tofalse
by default so should have no impact in existing deployments. - The
terraform-aws-proxy
has been updated to allow multi-az mapping of proxy route table to NLB ENI.