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: update terraform version #805

Closed
wants to merge 8 commits into from
Closed

Conversation

Nico-dl05
Copy link
Contributor

@Nico-dl05 Nico-dl05 commented Dec 2, 2024

Motivation

Terraform version 1.10 was causing significant job failures during deployments. By reverting to 1.9.8, these failures are avoided, ensuring stable operations and reliable deployments.


Description

The Terraform version has been explicitly set to 1.9.8 in the deployment configuration.
This change directly addresses the issues caused by version 1.10, where a majority of jobs were failing unexpectedly.


Testing

This update resolves job failures without additional testing, as the change solely involves reverting to a stable Terraform version already used previously without issues.


Impact

  • Performance: No performance impact.
  • Configuration: Terraform version dependency pinned to 1.9.8.
  • Documentation: No changes required.
  • Dependencies: No new dependencies.
  • Behavior: Fixes job failures by using a stable Terraform version.

Additional Information

Reviewers should note that this change only impacts deployments relying on Terraform. Teams using Terraform 1.10 should be made aware of potential job failures.


Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • I have thoroughly tested my modifications and added tests when necessary.
  • Tests pass locally and in the CI.
  • I have assessed the performance impact of my modifications. ²

@Nico-dl05 Nico-dl05 requested a review from aneojgurhem December 2, 2024 14:13
@Nico-dl05 Nico-dl05 changed the title Update Terraform version to 1.9.8 fix: update terraform version Dec 2, 2024
terraform/main.tf Outdated Show resolved Hide resolved
@aneojgurhem
Copy link
Contributor

This issue has been fixed in terraform 1.10.1 (see hashicorp/terraform#36121)

@aneojgurhem aneojgurhem closed this Dec 4, 2024
@aneojgurhem aneojgurhem deleted the ndl/update-terraform-version branch December 4, 2024 22:27
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