Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(module/vpc_route): Refactor vpc_route module - move and simplify locals #71

Closed
wants to merge 53 commits into from

Commits on Jul 18, 2024

  1. Remove subnet_set module, extend VPC module to create subnets and rou…

    …te tables, adjust combined_design to new approach
    sebastianczech committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    04d8d69 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Remove commented code

    sebastianczech committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9497473 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    3def699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32ce885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    591ac6d View commit details
    Browse the repository at this point in the history
  4. Change order or resources and variables, add URLs to TF registry for …

    …each resource, simplify locals, remove comments
    sebastianczech committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6354880 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    9e12884 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    05af310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d203b1d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    ec13310 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    dfbf90c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac64367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fe80d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4ed40c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    051dc68 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    03abe62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78000c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56b5a79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3886228 View commit details
    Browse the repository at this point in the history
  5. Fix Terratest

    sebastianczech committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d7f01ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18b8c5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24c4e5e View commit details
    Browse the repository at this point in the history
  8. Fix problem with NATGW

    sebastianczech committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    44a7a67 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Fix CloudNGFW subnets

    sebastianczech committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6c9c1da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0725c9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3f3501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0800b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    2ca265a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    3c02bd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8061a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    c458592 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    389b6fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83fe0dd View commit details
    Browse the repository at this point in the history
  3. Clean README

    sebastianczech committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7258884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18accc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    adc9b61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    067d93d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    e9f3956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db901bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    998a4ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0b3d23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7afcb39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1198a22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdeb0cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c5656c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8eba77 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update modules/vpc/main.tf

    Co-authored-by: michalbil <[email protected]>
    sebastianczech and michalbil authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    807cedb View commit details
    Browse the repository at this point in the history
  2. Update modules/vpc/main.tf

    Co-authored-by: michalbil <[email protected]>
    sebastianczech and michalbil authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1c4c0dc View commit details
    Browse the repository at this point in the history
  3. Update modules/vpc/main.tf

    Co-authored-by: michalbil <[email protected]>
    sebastianczech and michalbil authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    924c58c View commit details
    Browse the repository at this point in the history
  4. Update modules/vpc/main.tf

    Co-authored-by: michalbil <[email protected]>
    sebastianczech and michalbil authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c449076 View commit details
    Browse the repository at this point in the history
  5. Update modules/vpc/variables.tf

    Co-authored-by: michalbil <[email protected]>
    sebastianczech and michalbil authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    543fc1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d5794e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57c3426 View commit details
    Browse the repository at this point in the history