Skip to content

Commit

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

Please sign in to comment.