You have an error in your docs
complete
Leigh Mathieson
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
Aakar Shroff
complete
K
Kelvin Tay
Hi Leigh Mathieson
Thank you for reaching out.
We have since fixed the indentation on the code sample in the blog, as you pointed out.
Thanks again, for your feedback.
Leigh Mathieson
The indenting again has not been applied correctly on your docs! Let me try one more time.. but to clarify... check the S/O post included.. as it says.. you need to indent once more the fields: name and command `
- run:
. name: authenticate-and-interact
. command: |`
I have manually added the two ' . 's to set the indent correctly.. as it keeps formatting left-aligned without those
With this formatting - it then runs as expected