Skip to content

Commit

Permalink
Use required_providers to pin Terraform providers (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored Jun 24, 2019
1 parent 7f17743 commit ae70072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_version = "~> 0.12.0"
}

provider "null" {
version = "~> 2.1"
required_providers {
null = "~> 2.0"
}
}

0 comments on commit ae70072

Please sign in to comment.