You have an indentation error.
  • run:
name: authenticate-and-
interact
command: |
This is not correct ^^
This is correct: VV
- run:
name: authenticate-and-interact
command: |
Name and command fields should be indented once further out.
You'll see people hunting for a solution to this issue (how I resolved it) here:
This means anyone setting up AWS OPDC with CircleCI runs into this issue from your docs.. It's a pain. Please correct them!
Thanks,
Leigh Mathieson