File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,11 @@ terraform {
14
14
15
15
backend "azurerm" {
16
16
environment = " public"
17
- subscription_id = " 8f171ff9-2b5b-4f0f-aed5-7fa360a1d094"
18
- resource_group_name = " mycrp-prd-cicd"
19
- storage_account_name = " mycrpprdstg001"
20
- container_name = " function"
21
- key = " terraform.tfstate"
17
+ resource_group_name = " <provided-via-config>"
18
+ storage_account_name = " <provided-via-config>"
19
+ container_name = " <provided-via-config>"
20
+ key = " <provided-via-config>"
22
21
use_azuread_auth = true
23
- # use_oidc = true
24
22
}
25
23
}
26
24
Original file line number Diff line number Diff line change
1
+ environment = "public"
2
+ subscription_id = "8f171ff9-2b5b-4f0f-aed5-7fa360a1d094"
3
+ resource_group_name = "mycrp-prd-cicd"
4
+ storage_account_name = "mycrpprdstg001"
5
+ container_name = "function"
6
+ key = "terraform.tfstate"
7
+ use_azuread_auth = true
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ prefix = "myfunc"
4
4
tags = {}
5
5
function_python_version = " 3.10"
6
6
function_health_path = " /v1/health/heartbeat"
7
- my_secret = " "
8
7
vnet_id = " /subscriptions/8f171ff9-2b5b-4f0f-aed5-7fa360a1d094/resourceGroups/mycrp-prd-function-network-rg/providers/Microsoft.Network/virtualNetworks/mycrp-prd-function-vnet001"
9
8
nsg_id = " /subscriptions/8f171ff9-2b5b-4f0f-aed5-7fa360a1d094/resourceGroups/mycrp-prd-function-network-rg/providers/Microsoft.Network/networkSecurityGroups/mycrp-prd-function-nsg001"
10
9
route_table_id = " /subscriptions/8f171ff9-2b5b-4f0f-aed5-7fa360a1d094/resourceGroups/mycrp-prd-function-network-rg/providers/Microsoft.Network/routeTables/mycrp-prd-function-rt001"
You can’t perform that action at this time.
0 commit comments