Skip to content

v0.2.3

Compare
Choose a tag to compare
@eistrati eistrati released this 26 Dec 17:07
· 13 commits to master since this release
74a190c

Description

  • Refactor landing_zone module and decouple landing_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 and terraform_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