Skip to content

Commit 790cb06

Browse files
committed
chore: with predifiend backend
1 parent bfce09d commit 790cb06

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

modules/sapbtp/subaccounts/buildingblock/provider.tf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
117
provider "btp" {
218
globalaccount = var.globalaccount
319
# using ENV vars in meshStack for username and password

modules/sapbtp/subaccounts/buildingblock/versions.tf

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)