aws-toolkit-azure-devops
aws-toolkit-azure-devops copied to clipboard
Error running Running Terraform using AWSShellScript@1
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