You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: