Skip to content

Commit

Permalink
fix: formatted the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanishdrove committed Sep 9, 2024
1 parent 0ba4b78 commit 6dd0ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module "log-analytics" {
internet_query_enabled = true
resource_group_name = module.resource_group.resource_group_name
log_analytics_workspace_location = module.resource_group.resource_group_location
log_analytics_workspace_id = module.log-analytics.workspace_id
log_analytics_workspace_id = module.log-analytics.workspace_id
}

##-----------------------------------------------------------------------------
Expand Down

0 comments on commit 6dd0ea9

Please sign in to comment.