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
  • Loading branch information
kubasobon authored Oct 24, 2024
1 parent 3fdcf4c commit b5411bc
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 b5411bc

Please sign in to comment.