From 39ea334afc0c15410bd758ab7d58252803662bf1 Mon Sep 17 00:00:00 2001 From: GiliFaroEnv0 Date: Mon, 14 Feb 2022 10:23:03 +0200 Subject: [PATCH] add versions --- null-resource/main.tf | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/null-resource/main.tf b/null-resource/main.tf index 8afc417..61aef55 100644 --- a/null-resource/main.tf +++ b/null-resource/main.tf @@ -1,20 +1,2 @@ -terraform { - required_version = "99525.99.4" - required_providers { - archive = { - source = "hashicorp/archive" - version = "~> 2.2.0" - } - aws = { - source = "hashicorp/aws" - version = "~> 3.0" - } - github = { - source = "integrations/github" - version = "~> 4.19.0" - } - } -} - resource "null_resource" "null" { }