Skip to content

Commit 0b1eec5

Browse files
committed
chore: adding provider file
1 parent 964b815 commit 0b1eec5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
terraform {
2-
# required_providers {
3-
# btp = {
4-
# source = "SAP/btp"
5-
# version = "~> 1.8.0"
6-
# }
7-
#}
2+
required_providers {
3+
btp = {
4+
source = "SAP/btp"
5+
version = "~> 1.8.0"
6+
}
7+
}
88
}

0 commit comments

Comments
 (0)