Skip to content

Commit 55d9178

Browse files
committed
disable automatic provider registration
1 parent 091ac98 commit 55d9178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/provider.tf

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ terraform {
88
}
99

1010
provider "azurerm" {
11+
skip_provider_registration = true
1112
features {}
1213
}

0 commit comments

Comments
 (0)