Closed darrens280 closed 1 year ago
Duplicate of https://github.com/hashicorp/terraform/issues/33977
@darrens280, if you upgrade to v1.6.1
this should be fixed for you.
Thank you @liamcervante Confirmed working with TF v1.6.1
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Terraform Configuration Files
Debug Output
Expected Behavior
Terraform PLAN should succeed
Actual Behavior
Terraform INIT was successful Terraform VALIDATE fails though Terraform PLAN did not proceed due to failure of the VALIDATE task
Steps to Reproduce
Initiate CI/CD Pipeline on self-hosted Azure DevOps agent, which runs the following.
Additional Context
Running from an Azure DevOps self hosted agent (Windows 2022). This pipeline was working successfully last week on Terraform 1.5.7. Only thing that's changed is the Azure DevOps agents are now using Terraform 1.6.0.
References
No response