Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running Running Terraform using AWSShellScript@1 #576

Open
LokeshCybage opened this issue Oct 25, 2024 · 0 comments
Open

Error running Running Terraform using AWSShellScript@1 #576

LokeshCybage opened this issue Oct 25, 2024 · 0 comments

Comments

@LokeshCybage
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant