Skip to content

Commit 8f290cb

Browse files
committed
Update null provider to 2.0
1 parent 2713cd1 commit 8f290cb

File tree

1 file changed

+1
-1
lines changed
  • test/fixtures/automatic_labelling

1 file changed

+1
-1
lines changed

test/fixtures/automatic_labelling/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ provider "random" {
2727
}
2828

2929
provider "null" {
30-
version = "~> 1.0"
30+
version = "~> 2.0"
3131
}
3232

3333
resource "random_pet" "main" {

0 commit comments

Comments
 (0)