Skip to content

Commit

Permalink
Update templates/resources/azure_container_registries.tfvars.j2
Browse files Browse the repository at this point in the history
Co-authored-by: lolorol <LaurentLesle@users.noreply.github.com>
  • Loading branch information
tschwarz01 and LaurentLesle committed May 4, 2022
1 parent 594eb3d commit db5ef22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/resources/azure_container_registries.tfvars.j2
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ azure_container_registries = {
{% endif %}
private_service_connection = {
name = "{{pep_config.private_service_connection.name}}"
is_manual_connection = {{pep_config.private_service_connection.is_manual_connection}}
is_manual_connection = {{pep_config.private_service_connection.is_manual_connection | lower}}
subresource_names = {{pep_config.private_service_connection.subresource_names | replace('None','[]') | replace('[', '[\n') | replace(']', '\n]') | replace(',', ',\n') | replace('\'','\"')}}
}
{% if pep_config.private_dns is defined %}
Expand Down

0 comments on commit db5ef22

Please sign in to comment.