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 bfce09d commit 790cb06Copy full SHA for 790cb06
modules/sapbtp/subaccounts/buildingblock/provider.tf
@@ -1,3 +1,19 @@
1
+terraform {
2
+ backend "azurerm" {
3
+ resource_group_name = "buildingblocks-tfstates"
4
+ storage_account_name = "tfstatesw4l8d"
5
+ container_name = "tfstates"
6
+ key = "sapbtp/subaccounts/"
7
+ use_azuread_auth = true
8
+ }
9
+ required_providers {
10
+ btp = {
11
+ source = "SAP/btp"
12
+ version = "~> 1.8.0"
13
14
15
+}
16
+
17
provider "btp" {
18
globalaccount = var.globalaccount
19
# using ENV vars in meshStack for username and password
modules/sapbtp/subaccounts/buildingblock/versions.tf
0 commit comments