Skip to content

Commit

Permalink
Update null provider to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Feb 21, 2019
1 parent 2713cd1 commit 8f290cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/automatic_labelling/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provider "random" {
}

provider "null" {
version = "~> 1.0"
version = "~> 2.0"
}

resource "random_pet" "main" {
Expand Down

0 comments on commit 8f290cb

Please sign in to comment.