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

Embed subnet-level IAM in the variables controlling creation of subnets #1681

Merged
merged 2 commits into from
Sep 15, 2023

Commits on Sep 14, 2023

  1. Embed subnet-level IAM in the variables controlling creation of subnets

    This moves the top-level `iam`, `iam_bindings` and
    `iam_bindings_additive` variables into subnet-level attributes. This
    change also allows setting permissions to PSC or proxy-only subnets
    
    As part of this change, the factory interface is more aligned with the
    rest of the modules using a `factories_config` variable. In the future
    we can add a cidrs template similar to the firewall policy module
    juliocc committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f19ab48 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    juliocc committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f3be29c View commit details
    Browse the repository at this point in the history