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

Fix tests #709

Conversation

jocgir
Copy link

@jocgir jocgir commented Oct 3, 2024

This pull request includes updates to the Terraform versions in the workflow configuration, simplifications of test functions, and removal of redundant template_file data sources in multiple test fixtures.

Workflow and Configuration Updates:

Test Function Simplifications:

Removal of Redundant Data Sources:

The provider template is deprecated. This provider has been used extensively in tests (both in the upstream Terragrunt and within our fork) because `data.template_file` was seen as a simple Terraform resource that didn’t produce any real artifacts. However, while the Linux versions are still available for download, the Windows and OSX/Darwin versions are no longer offered, causing test failures in local setups on Mac or Windows. This makes it challenging to add or modify tests locally.
@jocgir jocgir requested a review from a team as a code owner October 3, 2024 10:45
@jocgir jocgir merged commit bd53d15 into master Oct 3, 2024
5 of 12 checks passed
@jocgir jocgir deleted the DT-7244-Remove-template_file-data-resource-from-all-tests-in-Terragrunt branch October 3, 2024 11:38
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

Successfully merging this pull request may close these issues.

2 participants