Skip to content

Version 0.12.0

Latest
Compare
Choose a tag to compare
@jimright jimright released this 06 Oct 16:45
· 1 commit to main since this release
7604acb

What's Changed

  • Update module version to 0.12.0 and add azure variables by @jimright in #79

Full Changelog: v0.11.4...v0.12.0

Root Modules Updated

Root Module
gcp
azure
aws

Impact of updates

  • AWS
    • Versioning is now disabled by default on S3 buckets created by the quickstarts.
    • A new module - terraform-aws-ingress - is called to create the required knox and default security groups rules for the Cloudera on AWS environment.
  • Azure
    • A new module - terraform-azure-ingress - is called to create the required knox and default security groups rules for the Cloudera on Azure environment.
    • The version of AzureAD provider has been updated to the latest.
    • A new module - terraform-azure-permissions is called to create the required Managed Identities for Cloudera on Azure deployment.
    • For semi-private and private deployments creation/use of Azure delegated subnets is now an optional parameter for access to Azure Database flexible servers. Instead private links are created by default.
    • To enable creation of delegated subnets set create_delegated_subnet=true and azure_create_private_endpoints=false.