Skip to content

Commit

Permalink
fix: the variable was a list not a map
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed May 10, 2024
1 parent 67abf6c commit dbbd17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ module "endpoints" {
}

sharing = {
principals = values(var.connectivity_config.endpoints.sharing.principals)
principals = var.connectivity_config.endpoints.sharing.principals
}
}

0 comments on commit dbbd17a

Please sign in to comment.