Skip to content

Commit

Permalink
add versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GiliFaroEnv0 committed Feb 14, 2022
1 parent a3f9811 commit 39ea334
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions null-resource/main.tf
Original file line number Diff line number Diff line change
@@ -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" {
}

0 comments on commit 39ea334

Please sign in to comment.