Skip to content

Commit

Permalink
Merge branch '8.16' into mergify/bp/8.16/pr-2636
Browse files Browse the repository at this point in the history
  • Loading branch information
romulets authored Nov 5, 2024
2 parents 8719673 + 320b4db commit 87cc805
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 87cc805

Please sign in to comment.