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 3af8610 commit 964b815Copy full SHA for 964b815
modules/sapbtp/subaccounts/buildingblock/provider.tf
@@ -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
-
15
provider "btp" {
16
globalaccount = var.globalaccount
17
# using ENV vars in meshStack for username and password
0 commit comments