Releases: cloudera-labs/terraform-cdp-modules
Releases · cloudera-labs/terraform-cdp-modules
Version 0.9.0
What's Changed
- Add variable validation for input variables to all modules by @jimright in #82
- Resolve deprecated storage account parameters in AzureRM provider by @jimright in #84
- Add module for Azure private endpoints to storage accounts by @jimright in #85
- Update google Terraform provider by @jimright in #87
Full Changelog: v0.8.4...v0.9.0
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-azure-storage-endpoints |
New module |
terraform-cdp-aws-pre-reqs |
|
terraform-cdp-azure-pre-reqs |
|
terraform-cdp-gcp-pre-reqs |
|
terraform-cdp-deploy |
|
terraform-aws-cred-permissions |
|
terraform-aws-permissions |
|
terraform-aws-proxy |
|
terraform-aws-tgw |
|
terraform-aws-vpc |
|
terraform-azure-cdw-permissions |
|
terraform-azure-nfs |
Impact of updates
- Variable validation has been added to all modules to ensure names or prefix input variable conform with required conventions of the various resources.
- The Google Terraform provider has been updated in the
terraform-cdp-gcp-pre-reqs
module. This should resolve issues where a lag is encountered between creation of service account resources in Terraform and it being available to use. - The
terraform-cdp-azure-pre-reqs
has been updated to remove deprecatedstorage_account_name
parameters when referencing the Azure Storage Account (e.g. in the azurerm_storage_container resource). This will resolve warning messages which are printed related to this deprecated parameter. The deprecated parameters will be removed in release 5.0 of the azurerm Terraform provider. - The
terraform-azure-storage-endpoints
module will create Azure private endpoints to storage accounts for specified subnets. This is used in theterraform-cdp-azure-pre-reqs
module and enabled by default.
Version 0.8.4
What's Changed
- Update tflint config option by @jimright in #83
- Remove report_deployment_logs variable from deploy module by @jimright in #86
Full Changelog: v0.8.3...v0.8.4
Version 0.8.3
What's Changed
- Unset default value of report_deployment_log in cdp deploy by @jimright in #81
- Update Azure NFS module outputs and cloud init script by @jimright in #80
Full Changelog: v0.8.2...v0.8.3
Version 0.8.2
What's Changed
- Update CDP provider constraint to use version 0.7.0 by @jimright in #79
- Add support for FreeIPA and DL major operating system by @jimright in #57
Full Changelog: v0.8.1...v0.8.2
Version 0.8.1
What's Changed
- Update azurerm provider constraint by @jimright in #77
- Add notes and update example to support GCP project as env vars by @jimright in #78
Full Changelog: v0.8.0...v0.8.1
Version 0.8.0
Version 0.7.4
What's Changed
Full Changelog: v0.7.3...v0.7.4
Version 0.7.3
Version 0.7.2
What's Changed
- Add input for RAZ role to GCP and AWS CDP deploy submodules by @jimright in #70
- Add extra outputs for Azure vnet by @jimright in #69
Full Changelog: v0.7.1...v0.7.2
Version 0.7.1
What's Changed
- Update CDP provider to version 0.6.1 by @jimright in #68
- Update validation on
datalake_version
variable to allow null by @jimright in #68
Full Changelog: v0.7.0...v0.7.1