Skip to content

Commit

Permalink
specify desired version of null provider
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine authored Apr 22, 2020
1 parent 3d236cd commit d990b7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
terraform {
required_version = ">= 0.12.1"

required_providers {
null = "~> 2.1"
}
}

provider "aws" {
Expand Down

0 comments on commit d990b7d

Please sign in to comment.