Skip to content

Commit

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

update variable names for AWS Asset Inventory

(cherry picked from commit b5411bc)
  • Loading branch information
kubasobon authored and mergify[bot] committed Oct 24, 2024
1 parent 4c7df7f commit 35c9f4b
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 35c9f4b

Please sign in to comment.