Skip to content

Commit da04e76

Browse files
committed
ci: update Terraform to 1.10.4
Changelogs: * 1.2 - https://github.com/hashicorp/terraform/blob/v1.2/CHANGELOG.md - https://www.terraform.io/language/upgrade-guides/1-2 - https://www.hashicorp.com/blog/terraform-1-2-improves-exception-handling-and-updates-to-the-cli-driven-workflow * 1.3 - https://github.com/hashicorp/terraform/blob/v1.3/CHANGELOG.md - https://developer.hashicorp.com/terraform/language/v1.3.x/upgrade-guides - https://www.hashicorp.com/blog/terraform-1-3-improves-extensibility-and-maintainability-of-terraform-modules * 1.4 - https://github.com/hashicorp/terraform/blob/v1.4/CHANGELOG.md - https://developer.hashicorp.com/terraform/language/v1.4.x/upgrade-guides - https://www.hashicorp.com/blog/terraform-1-4-improves-the-cli-experience-for-terraform-cloud * 1.5 - https://github.com/hashicorp/terraform/blob/v1.5/CHANGELOG.md - https://developer.hashicorp.com/terraform/language/v1.5.x/upgrade-guides - https://www.hashicorp.com/blog/terraform-1-5-brings-config-driven-import-and-checks * 1.6 - https://github.com/hashicorp/terraform/blob/v1.6/CHANGELOG.md - https://developer.hashicorp.com/terraform/language/v1.6.x/upgrade-guides - https://www.hashicorp.com/blog/terraform-1-6-adds-a-test-framework-for-enhanced-code-validation * 1.7 - https://github.com/hashicorp/terraform/blob/v1.7/CHANGELOG.md - https://developer.hashicorp.com/terraform/language/v1.7.x/upgrade-guides - https://www.hashicorp.com/blog/terraform-1-7-adds-test-mocking-and-config-driven-remove * 1.8 - https://github.com/hashicorp/terraform/blob/v1.8/CHANGELOG.md - https://developer.hashicorp.com/terraform/language/v1.8.x/upgrade-guides - https://www.hashicorp.com/blog/terraform-1-8-improves-extensibility-with-provider-defined-functions * 1.9 - https://github.com/hashicorp/terraform/blob/v1.9/CHANGELOG.md - https://developer.hashicorp.com/terraform/language/v1.9.x/upgrade-guides - https://www.hashicorp.com/blog/terraform-1-9-enhances-input-variable-validations * 1.10 - https://github.com/hashicorp/terraform/blob/v1.10/CHANGELOG.md - https://developer.hashicorp.com/terraform/language/v1.10.x/upgrade-guides - https://www.hashicorp.com/blog/terraform-1-10-improves-handling-secrets-in-state-with-ephemeral-values Fix #1720
1 parent ca4fce8 commit da04e76

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

infra/terraform/.terraform-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.9
1+
1.10.4

infra/terraform/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Provisioning a server with Terraform
22

3+
<!-- @todo #1720 Terraform: automate import of the existing resources -->
4+
35
* Install [tfenv](https://github.com/tfutils/tfenv) and terraform
46
```console
57
$ brew install tfenv

infra/terraform/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.1"
2+
required_version = ">= 1.10"
33

44
required_providers {
55
digitalocean = {

0 commit comments

Comments
 (0)