Skip to content

Commit

Permalink
Add mechanism in terragrunt templates to turn off external IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
erl-hpe committed Jun 12, 2024
1 parent 639b286 commit f8876f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ inputs = {
network = ""
subnetwork = format("{{ interconnect_name }}-%s", local.vtds_vars.provider.project.region)
subnetwork_project = dependency.service_project.outputs.project_id
{% if local.vtds_vars.{{ config_path }}.access_config %}
access_config = local.vtds_vars.{{ config_path }}.access_config
{% endif %}
add_hostname_suffix = local.vtds_vars.{{ config_path }}.add_hostname_suffix
hostname_suffix_separator = local.vtds_vars.{{ config_path }}.hostname_suffix_separator
hostname = local.vtds_vars.{{ config_path }}.hostname
Expand Down

0 comments on commit f8876f0

Please sign in to comment.