Skip to content

Commit 437e0e0

Browse files
committedFeb 24, 2020
examples: adding the provider block to each example
1 parent 73412bb commit 437e0e0

File tree

137 files changed

+542
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+542
-33
lines changed
 

‎examples/app-service-certificate-order/standard/main.tf

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
provider "azurerm" {
2+
features {}
3+
}
14

25
resource "azurerm_resource_group" "example" {
36
name = "${var.prefix}-resources"

‎examples/app-service-certificate-order/wildcard/main.tf

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
provider "azurerm" {
2+
features {}
3+
}
14

25
resource "azurerm_resource_group" "example" {
36
name = "${var.prefix}-resources"

0 commit comments

Comments
 (0)
Please sign in to comment.