Skip to content

Commit

Permalink
Change scope of managed_by_module to fix Azure#204
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Rowlandson committed Nov 24, 2021
1 parent f4f5f2d commit 964466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/connectivity/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ locals {
{
# Resource logic attributes
resource_id = "${zone.resource_id}/virtualNetworkLinks/${link_config.name}"
managed_by_module = zone.managed_by_module
managed_by_module = link_config.managed_by_module
# Resource definition attributes
name = link_config.name
resource_group_name = zone.resource_group_name
Expand Down

0 comments on commit 964466e

Please sign in to comment.