Skip to content

Commit bdccccd

Browse files
committed
Explicitly use terraform 0.11 compatible random provider
1 parent cbf76ba commit bdccccd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • tests/workflows/test-plan/plan_11

tests/workflows/test-plan/plan_11/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ output "s" {
99
terraform {
1010
required_version = "~> 0.11.0"
1111
}
12+
13+
provider "random" {
14+
version = "2.3.1"
15+
}

0 commit comments

Comments
 (0)