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.