What's Changed
- Add standalone modules for AWS and Azure ingress/security groups by @jimright in #119
- Set AWS bucket versioning default to disabled by @jimright in #117
- Add terraform-azure-permissions module by @jimright in #115
- Update provider pinning on AzureAD provider by @jimright in #118
- Add support for pre-existing resource group by @jimright in #120
- Make creation/use of delegated subnets option in Azure pre-reqs and deploy modules by @jimright in #122
Full Changelog: v0.11.3...v0.12.0
Modules Updated
ℹ️ List of the modules updated as part of this release.
Module | Comment |
---|---|
terraform-aws-ingress |
New module |
terraform-azure-ingress |
New module |
terraform-azure-permissions |
New module |
terraform-azure-vnet |
|
terraform-cdp-azure-pre-reqs |
|
terraform-cdp-aws-pre-reqs |
|
terraform-cdp-deploy |
|
terraform-cdp-azure-cred-permissions |
Impact of updates
- Creation/use of delegated subnets is now an optional parameter in Azure pre-reqs and deploy modules - #122
- Added support for deploying Azure prerequisites using a pre-existing Azure Resource Group - #120
- Add standalone modules for AWS and Azure ingress/security groups - #119
- Supports the use of pre-existing AWS and Azure security groups.
- For AWS prefix lists can now be used to define the security group ingress rules.
- Updated provider constraints for AzureAD - #118
- Disabled AWS S3 bucket versioning by default; users must now explicitly enable versioning - #117
- Introduced the new
terraform-azure-permissions
module for creation of the required Managed Identities for Cloudera on Azure deployment - #115terraform-azure-permissions
is called from the terraform-cdp-azure-pre-reqs module to create the Cloudera credential pre-requisites for Azure.