Skip to content

Commit

Permalink
fix: fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 13, 2024
1 parent f288afe commit c91de9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ func GetResourceMetadata(job describe.DescribeJob, resource model.Resource) (map
metadata := make(map[string]string)
awsMetadata := awsmodel.Metadata{
Name: resource.Name,
AccountID: job.IntegrationID,
SourceID: job.ProviderID,
AccountID: job.ProviderID,
SourceID: job.IntegrationID,
Region: resource.Region,
ResourceType: strings.ToLower(job.ResourceType),
}
Expand Down

0 comments on commit c91de9b

Please sign in to comment.