Bump TF verison to 1.5.7. - infra - Terraform IoC for my remote (Hetzner) and local (Incus) servers.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit d39442b84dd9f3686c321f093bee3bded5227e0c
(DIR) parent 5cf16ff07647c99d88cbd5f8544ddea2f1a2977f
(HTM) Author: Jay Scott <me@jay.scot>
Date: Thu, 14 Sep 2023 19:47:11 +0100
Bump TF verison to 1.5.7.
Diffstat:
M terraform/main.tf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/terraform/main.tf b/terraform/main.tf
@@ -1,5 +1,5 @@
terraform {
- required_version = ">=1.5.5"
+ required_version = ">=1.5.7"
required_providers {
hcloud = {
source = "hetznercloud/hcloud"