Releases: MitocGroup/terraform-aws-landing-zone
Releases · MitocGroup/terraform-aws-landing-zone
v0.2.4
Description
- Fixed json null object
- Added missing dependency
Type of Changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change requires a change to the documentation
v0.2.3
Description
- Refactor
landing_zone
module and decouplelanding_zone_reader
into separate external module - Added iam role policy component as alternative to separate iam role component and iam policy component
- Fixed bug related to
max_session_duration
in iam role component - Fixed bug related to
ou_remote_state
in organization unit component - Fixed output values by using terraform's
lookup
function instead of hardcoded values - Fixed deprecation warning by moving variables for
null_resource
into triggers - Decoupled path values into separate variable called
terraform_output_path
- Decoupled backend config into separate variables called
terraform_backend_type
andterraform_backend_config
Type of Changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change requires a change to the documentation
v0.2.2
Description
- Change github url and terraform registry link
- Change default terraform to version 0.12.18
Type of Changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change requires a change to the documentation
v0.2.1
Description
- Introduced
LzHash
tag used by this solution for querying sustainably tags associated resources - Refactored one of examples to use simplified reference to values from
terraform_remote_state
- Switched default terraform version to
0.12.17
Type of Changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change requires a change to the documentation
v0.2.0
Description
- Refactored components to use dynamic terraform_remote_state constructs
- Refactored components to use dynamic output definitions
- Filtered outputs component to pass through only
landing_zone
related components - Added landing zone components for SNS and GuardDuty
- Simplified examples by using easier references to landing zone components outputs
- Switched default terraform version to
0.12.16
Type of Changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change requires a change to the documentation
v0.1.12
Description
- Added new component for non master AWS Organization accounts
- Refactored IAM policy components to read policies from
.tpl
files - Switched default terraform version to
0.12.14
Type of Changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change requires a change to the documentation
v0.1.11
Description
- Added sample
.tfvars
and.tfimport
files in codebase for each component - Refactored module's helpers to improve performance / faster nodejs execution
- Fixed bugs related to
landing_zone_reader_config
andlanding_zone_reader
modules - Switched default terraform version to
0.12.13
Type of Changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change requires a change to the documentation
v0.1.10
Description
- Added new components for AWS Config, Secrets Manager and VPC Endpoints resources
- Updated and simplified components for Directory Service, Gateways, Routes and EIP resources
- Added
terraform.local.tfvars
andterraform.remote.tfvars
examples - Switched
terraform.tfvars
as symlink toterraform.local.tfvars
Type of Changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change requires a change to the documentation
v0.1.9
Description
- Added new components for Transit Gateway and Routing resources
- Changed
dependsOn
value from folder's path to component name - Fixed bugs related to components related to PCX resources
- Switched default terraform version to 0.12.12
Type of Changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change requires a change to the documentation
v0.1.8
Description
- Renamed
landing_zone_backend
toterraform_backend
- Improved lambda example with dynamic reference to IAM role
- Switched default terraform version to 0.12.10
Type of Changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- This change requires a change to the documentation