Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

[Feature]: Support Terraform 1.6.0 or newer #1057

Closed
1 task done
ymotongpoo opened this issue Nov 6, 2023 · 0 comments · Fixed by #1060
Closed
1 task done

[Feature]: Support Terraform 1.6.0 or newer #1057

ymotongpoo opened this issue Nov 6, 2023 · 0 comments · Fixed by #1060
Assignees
Labels
triage me I really want to be triaged. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@ymotongpoo
Copy link
Contributor

Tell us, what problem you are trying to solve?

On running cloud-ops-sandbox/provisioning/sandboxctl create -verbose, it failed with the following error message.

Initializing modules...
╷
│ Error: Unsupported Terraform Core version
│ 
│   on providers.tf line 24, in terraform:
│   24:   required_version = ">= 1.4.1, < 1.6.0"
│ 
│ This configuration does not support Terraform version 1.6.1. To proceed, either choose another supported
│ Terraform version or update this version constraint. Version constraints are normally set for good reason, so
│ updating the constraint may lead to other errors or unexpected behavior.

Because newly launched Cloud Shell has Terraform 1.6.1+, the script fails because of version incompatibility.

Please describe your proposal

Current stable is 1.6.3 and Terraform made breaking changes at 1.5. Because it's bothersome to install obsolete versions of Terraform at Cloud Shell, it would be great to support 1.6.0 or newer.

Specify the version of Cloud Ops Sandbox if relevant

0.9.2

Code of Conduct

  • I agree to follow this project's Code of Conduct
@ymotongpoo ymotongpoo added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. triage me I really want to be triaged. labels Nov 6, 2023
minherz added a commit that referenced this issue Nov 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage me I really want to be triaged. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants