Skip to content

Commit 964b815

Browse files
committed
chore: adding provider file
1 parent 3af8610 commit 964b815

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

modules/sapbtp/subaccounts/buildingblock/provider.tf

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
terraform {
2-
backend "azurerm" {
3-
resource_group_name = "buildingblocks-tfstates"
4-
storage_account_name = "tfstatesw4l8d"
5-
container_name = "tfstates"
6-
key = "sapbtp/subaccounts/terraform.tfstate"
7-
subscription_id = "ffb344c9-26d7-45f5-9ba0-806a024ae697"
8-
client_id = var.client_id
9-
client_secret = var.client_secret
10-
tenant_id = "5f0e994b-6436-4f58-be96-4dc7bebff827"
11-
use_azuread_auth = true
12-
}
13-
}
14-
151
provider "btp" {
162
globalaccount = var.globalaccount
173
# using ENV vars in meshStack for username and password

0 commit comments

Comments
 (0)