Skip to content

Commit

Permalink
update for orb version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcwhorter-ddl committed Oct 30, 2024
1 parent 3eb4191 commit a6daa7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ commands:
description: "Sets short-lived creds"
steps:
- aws-cli/role_arn_setup:
role-arn: "${AWS_IAM_ROLE}"
session-duration: "900"
role_arn: "${AWS_IAM_ROLE}"
role_session_name: "${CIRCLE_JOB}"
session_duration: "900"

run_tf_test:
description: "Sets Terraform variables"
Expand Down

0 comments on commit a6daa7d

Please sign in to comment.