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 #577

Closed
rushikeshmj opened this issue Oct 28, 2024 · 1 comment
Closed

Error running Running Terraform using AWSShellScript@1 #577

rushikeshmj opened this issue Oct 28, 2024 · 1 comment

Comments

@rushikeshmj
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

@hayemaxi
Copy link
Contributor

hayemaxi commented Jan 7, 2025

Duplicate of #576

@hayemaxi hayemaxi marked this as a duplicate of #576 Jan 7, 2025
@hayemaxi hayemaxi closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2025
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

2 participants