Skip to content

Commit 128c559

Browse files
committed
module update
1 parent 36a7416 commit 128c559

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

versions.tf

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
terraform {
2+
required_providers {
3+
azurerm = {
4+
source = "hashicorp/azurerm"
5+
version = ">= 2.59.0"
6+
}
7+
random = {
8+
source = "hashicorp/random"
9+
version = ">= 3.1.0"
10+
}
11+
null = {
12+
source = "hashicorp/null"
13+
version = ">= 3.1.0"
14+
}
15+
}
16+
required_version = ">= 0.13"
17+
}
18+
19+
provider "azurerm" {
20+
features {}
21+
}

0 commit comments

Comments
 (0)