Skip to content

Commit

Permalink
Added eventgrid_topic in remote_objets (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindelmont authored Nov 5, 2024
1 parent e340126 commit faed5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local.remote_objects.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ locals {
express_route_circuit_authorizations = try(local.combined_objects_express_route_circuit_authorizations, null)
express_route_circuit_peerings = try(local.combined_objects_express_route_circuit_peerings, null)
express_route_circuits = try(local.combined_objects_express_route_circuits, null)
eventgrid_topic = try(local.combined_objects_eventgrid_topics, null)
front_door = try(local.combined_objects_front_door, null)
front_door_waf_policies = try(local.combined_objects_front_door_waf_policies, null)
integration_service_environment = try(local.combined_objects_integration_service_environment, null)
Expand Down

0 comments on commit faed5de

Please sign in to comment.