From 13ca0b7b529b922a7c27ed77b85dfc9ca671becf Mon Sep 17 00:00:00 2001 From: Pengyuan Zhao Date: Tue, 3 Dec 2024 18:53:50 -0500 Subject: [PATCH] chore: add subscription_id to examples (#70) --- examples/custom-config/README.md | 1 + examples/custom-config/main.tf | 1 + examples/default-config/README.md | 1 + examples/default-config/main.tf | 1 + examples/management-group/README.md | 1 + examples/management-group/main.tf | 1 + 6 files changed, 6 insertions(+) diff --git a/examples/custom-config/README.md b/examples/custom-config/README.md index 816290a..a8de3bb 100644 --- a/examples/custom-config/README.md +++ b/examples/custom-config/README.md @@ -14,6 +14,7 @@ terraform { } provider "azurerm" { + subscription_id = "00000000-0000-0000-0000-000000000001" features {} } diff --git a/examples/custom-config/main.tf b/examples/custom-config/main.tf index 63d8c7f..beaa9a3 100644 --- a/examples/custom-config/main.tf +++ b/examples/custom-config/main.tf @@ -1,4 +1,5 @@ provider "azurerm" { + subscription_id = "00000000-0000-0000-0000-000000000001" features {} } diff --git a/examples/default-config/README.md b/examples/default-config/README.md index c85ec3b..bfcba1a 100644 --- a/examples/default-config/README.md +++ b/examples/default-config/README.md @@ -14,6 +14,7 @@ terraform { } provider "azurerm" { + subscription_id = "00000000-0000-0000-0000-000000000001" features {} } diff --git a/examples/default-config/main.tf b/examples/default-config/main.tf index 19ae8d9..c66b68f 100644 --- a/examples/default-config/main.tf +++ b/examples/default-config/main.tf @@ -1,4 +1,5 @@ provider "azurerm" { + subscription_id = "00000000-0000-0000-0000-000000000001" features {} } diff --git a/examples/management-group/README.md b/examples/management-group/README.md index f89feee..a690441 100644 --- a/examples/management-group/README.md +++ b/examples/management-group/README.md @@ -14,6 +14,7 @@ terraform { } provider "azurerm" { + subscription_id = "00000000-0000-0000-0000-000000000001" features {} } diff --git a/examples/management-group/main.tf b/examples/management-group/main.tf index 19e3ee9..e75870f 100644 --- a/examples/management-group/main.tf +++ b/examples/management-group/main.tf @@ -1,4 +1,5 @@ provider "azurerm" { + subscription_id = "00000000-0000-0000-0000-000000000001" features {} }