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

Add Configurable Inputs and Outputs to Enhance Flexibility #5

Commits on Nov 15, 2024

  1. Add name input variable

    Signed-off-by: Roman Schwarz <[email protected]>
    rswrz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3651511 View commit details
    Browse the repository at this point in the history
  2. Add name_suffix input variable

    Signed-off-by: Roman Schwarz <[email protected]>
    rswrz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    22029ca View commit details
    Browse the repository at this point in the history
  3. Add key_vault_virtual_network_subnet_ids input variable

    Signed-off-by: Roman Schwarz <[email protected]>
    rswrz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    932fdc7 View commit details
    Browse the repository at this point in the history
  4. Add outputs

    - `key_vault_private_endpoint_private_ip_address`
    - `network_security_group_id`
    - `network_security_group_name`
    
    Signed-off-by: Roman Schwarz <[email protected]>
    rswrz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b56573b View commit details
    Browse the repository at this point in the history
  5. Fix resource name suffix to prevent trailing hyphen

    Ensures that when name_suffix is not set, the resource name does not end with a trailing -.
    
    Signed-off-by: Roman Schwarz <[email protected]>
    rswrz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a244751 View commit details
    Browse the repository at this point in the history