Skip to content

Commit

Permalink
fix: change es resource messages
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 5, 2024
1 parent bdedd0f commit 2314256
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/es/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ type LookupResource struct {
ResourceID string `json:"resource_id"`
// ResourceName is the name of the resource.
ResourceName string `json:"resource_name"`
// Location is location/region of the resource
Location string `json:"location"`
// IntegrationType is the type of the integration source of the resource, i.e. AWS Cloud, Azure Cloud.
IntegrationType integration.Type `json:"integration_type"`
// ResourceType is the type of the resource.
Expand Down

0 comments on commit 2314256

Please sign in to comment.