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"