Skip to content

Commit 2a418fd

Browse files
authored
chore: modified provider version 1.5->1.7
1 parent d9aeab8 commit 2a418fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

released/SAP-Inside-Tracks/SITBLR2024/provider.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
btp = {
44
source = "sap/btp"
5-
version = "~> 1.5.0"
5+
version = "~> 1.7.0"
66
}
77
}
88
}
@@ -14,4 +14,4 @@ provider "btp" {
1414
username = var.btp_username
1515
password = var.btp_password
1616
idp = var.idp
17-
}
17+
}

0 commit comments

Comments
 (0)