We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7b3e9 commit 3c7cdf1Copy full SHA for 3c7cdf1
infra/azure/terraform/capz/main.tf
@@ -16,6 +16,7 @@ limitations under the License.
16
17
provider "azurerm" {
18
features {}
19
+ subscription_id = var.subscription_id
20
}
21
22
terraform {
infra/azure/terraform/capz/variables.tf
@@ -31,3 +31,9 @@ variable "storage_account_name" {
31
default = "k8sprowstoragecomm"
32
description = "Name of the storage account."
33
34
+
35
+variable "subscription_id" {
36
+ type = string
37
+ default = "46678f10-4bbb-447e-98e8-d2829589f2d8"
38
+ description = "Azure Subscription ID to use for the azurerm provider."
39
+}
0 commit comments