aws-toolkit-azure-devops icon indicating copy to clipboard operation
aws-toolkit-azure-devops copied to clipboard

Error running Running Terraform using AWSShellScript@1

Open LokeshCybage opened this issue 1 year ago • 0 comments

In AWSShellScript Task, we are running terraform script. In which 1 resource is used which is mentioned below. It is giving error. Other terraform resources are running fine, only this resource is giving the error. OIDC connection has been used in the pipeline

resource "null_resource" "test" { provisioner "local-exec" { command = "aws s3 ls" } }

Error: Error running command ' aws s3 ls

LokeshCybage avatar Oct 25 '24 13:10 LokeshCybage