Skip to content

Commit eeb9d1e

Browse files
committed
add required_providers
1 parent 1ddd8fb commit eeb9d1e

File tree

1 file changed

+10
-1
lines changed
  • quickstart/101-firewall-standard

1 file changed

+10
-1
lines changed

quickstart/101-firewall-standard/main.tf

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
terraform {
2+
required_providers {
3+
azurerm = {
4+
source = "hashicorp/azurerm"
5+
version = ">=2.46.0"
6+
}
7+
}
8+
}
9+
110
provider "azurerm" {
2-
version = "=1.36.0"
11+
features {}
312
}
413

514
resource "azurerm_resource_group" "rg" {

0 commit comments

Comments
 (0)