From 32fc7fefb57f3028ffe40bd74bb4ec2046867c77 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 7 Feb 2023 21:46:34 +0800 Subject: [PATCH] ci-runner/terraform/main.tf: set version = 4.14.0 --- ci-runner/terraform/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-runner/terraform/main.tf b/ci-runner/terraform/main.tf index 64845d1..a6c922d 100644 --- a/ci-runner/terraform/main.tf +++ b/ci-runner/terraform/main.tf @@ -9,6 +9,7 @@ terraform { } aws = { source = "hashicorp/aws" + version = "= 4.14.0" } tls = { source = "hashicorp/tls"