From 8f290cbfa5fd3d1cbaee60a3eedf7cf16227b02a Mon Sep 17 00:00:00 2001 From: Aaron Lane Date: Thu, 21 Feb 2019 14:15:57 -0500 Subject: [PATCH] Update null provider to 2.0 --- test/fixtures/automatic_labelling/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/automatic_labelling/main.tf b/test/fixtures/automatic_labelling/main.tf index 9de0018..06385d8 100644 --- a/test/fixtures/automatic_labelling/main.tf +++ b/test/fixtures/automatic_labelling/main.tf @@ -27,7 +27,7 @@ provider "random" { } provider "null" { - version = "~> 1.0" + version = "~> 2.0" } resource "random_pet" "main" {