Skip to content

Commit

Permalink
Remoe unnused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
romulets committed Mar 8, 2024
1 parent f50bd92 commit b955ea6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ type CloudConfig struct {
}

type AwsConfig struct {
Cred aws.ConfigAWS `config:"credentials"`
AccountType string `config:"account_type"`
RunAssetInventoryPoc bool `config:"run_asset_inventory_poc"`
Cred aws.ConfigAWS `config:"credentials"`
AccountType string `config:"account_type"`
}

type GcpConfig struct {
Expand Down

0 comments on commit b955ea6

Please sign in to comment.