Skip to content

Commit 435d14d

Browse files
committed
fix tslint required providers error for random
1 parent 1a3703d commit 435d14d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/simple/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ terraform {
66
source = "hashicorp/google"
77
version = ">= 6.0"
88
}
9+
random = {
10+
source = "hashicorp/random"
11+
version = "~> 3.0"
12+
}
913
}
1014
}
1115

0 commit comments

Comments
 (0)