We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf76ba commit bdccccdCopy full SHA for bdccccd
1 file changed
tests/workflows/test-plan/plan_11/main.tf
@@ -9,3 +9,7 @@ output "s" {
9
terraform {
10
required_version = "~> 0.11.0"
11
}
12
+
13
+provider "random" {
14
+ version = "2.3.1"
15
+}
0 commit comments