Skip to content

Commit

Permalink
[8.16](backport #2633) [Asset Inventory][AWS][CI] Update AWS Asset In…
Browse files Browse the repository at this point in the history
…ventory variable names (#2634)

[Asset Inventory][AWS][CI] Update AWS Asset Inventory variable names (#2633)

update variable names for AWS Asset Inventory

(cherry picked from commit b5411bc)

Co-authored-by: Kuba Soboń <wtty.fool@gmail.com>
  • Loading branch information
mergify[bot] and kubasobon authored Nov 5, 2024
1 parent 59b2ffd commit 320b4db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"name": generate_random_name("pkg-asset-inventory-aws"),
"input_name": "asset_inventory_aws",
"vars": {
"access_key_id": cnfg.aws_config.access_key_id,
"secret_access_key": cnfg.aws_config.secret_access_key,
"aws.access_key_id": cnfg.aws_config.access_key_id,
"aws.secret_access_key": cnfg.aws_config.secret_access_key,
"aws.credentials.type": "direct_access_keys",
},
}
Expand Down

0 comments on commit 320b4db

Please sign in to comment.