Skip to content

Commit 24f3ead

Browse files
authored
adding a random resource to use random module
1 parent 5f0a2be commit 24f3ead

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

random/main.tf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
terraform {
2+
required_providers {
3+
random = {
4+
source = "hashicorp/random"
5+
version = "3.1.0"
6+
}
7+
}
8+
}
9+
10+
module "random" {
11+
source = "api.env0.com/bde19c6d-d0dc-4b11-a951-8f43fe49db92/random/env0"
12+
version = "v1.0"
13+
}
14+

0 commit comments

Comments
 (0)