We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Release 1.3.50 not pushed to docker hub. The "Publish to Docker Hub" step in the CD pipeline failed.
Feature File:
Given I have .... When it contains ... Then it must .... And it must ...
Plan File:
Sample Terraform Code:
resource "aws_s3_bucket" "example_code" { bucket = "This is just a sample code" }
Used terraform-compliance Parameters:
terraform-compliance
Running via Docker:
Error Output:
Expected Behavior:
Tested Versions:
your terraform-compliance version
your terraform version
your python runtime version, if running as a python package
Additional Context:
The text was updated successfully, but these errors were encountered:
See https://github.com/terraform-compliance/cli/actions/runs/13652242750/job/38167499070 Looks like there is a prefix "v" for the terraform version in the url's which shouldn't be there.
CD is using : wget "https://releases.hashicorp.com/terraform/v1.11.0/terraform_v1.11.0_SHA256SUMS" While the correct url is : wget "https://releases.hashicorp.com/terraform/1.11.0/terraform_1.11.0_SHA256SUMS"
Sorry, something went wrong.
eerkunt
No branches or pull requests
Description
Release 1.3.50 not pushed to docker hub. The "Publish to Docker Hub" step in the CD pipeline failed.
To Reproduce
Feature File:
Plan File:
Sample Terraform Code:
Used
terraform-compliance
Parameters:Running via Docker:
Error Output:
Expected Behavior:
Tested Versions:
your terraform-compliance version
your terraform version
your python runtime version, if running as a python package
Additional Context:
The text was updated successfully, but these errors were encountered: