We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4fce8 commit da04e76Copy full SHA for da04e76
infra/terraform/.terraform-version
@@ -1 +1 @@
1
-1.1.9
+1.10.4
infra/terraform/README.md
@@ -1,5 +1,7 @@
# Provisioning a server with Terraform
2
3
+<!-- @todo #1720 Terraform: automate import of the existing resources -->
4
+
5
* Install [tfenv](https://github.com/tfutils/tfenv) and terraform
6
```console
7
$ brew install tfenv
infra/terraform/versions.tf
@@ -1,5 +1,5 @@
terraform {
- required_version = ">= 1.1"
+ required_version = ">= 1.10"
required_providers {
digitalocean = {
0 commit comments