binbashar / le-tf-infra-aws

Terraform code for Leverage Reference Architecture for AWS, designed under optimal configs for the most popular modern web and mobile applications needs.
https://www.binbash.co/leverage
Apache License 2.0
26 stars 8 forks source link

Enhancement | Sync organizations layer between LZ template and Ref Arch #495

Closed exequielrafaela closed 1 year ago

exequielrafaela commented 1 year ago

Describe the Feature

Sync the https://github.com/binbashar/le-tf-infra-aws-template/tree/master/template/management/global/organizations code with the corresponding Ref Arch layer https://github.com/binbashar/le-tf-infra-aws/tree/master/management/global/organizations to use iterative terraform definitions that will improve the code.

exequielrafaela commented 1 year ago

@rodriguez-matias Matu you can generate the code via:

  1. leverage project init
  2. leverage project create
rodriguez-matias commented 1 year ago

Hello @exequielrafaela , so if I understand correctly: We need to modify the template with the code of the ref-arch. Or is it the other way around? . I assume that the ref-arch has the latest versions, right?

exequielrafaela commented 1 year ago

@rodriguez-matias The other way round, the LZ template has the latest code, the Ref Arch is not updated. So you can generate this code creating a new project folder and running leverage project init and leverage project create inside it.

rodriguez-matias commented 1 year ago

This ISSUE is closed by the PR: #509