Skip to content

Commit beca565

Browse files
committed
chore: update provider version
1 parent 96168c5 commit beca565

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

released/cicd/setup_subaccount_cf/provider.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ terraform {
22
required_providers {
33
btp = {
44
source = "sap/btp"
5-
version = "~> 1.5.0"
5+
version = "~> 1.7.0"
66
}
77
cloudfoundry = {
8-
source = "SAP/cloudfoundry"
9-
version = "1.0.0-rc1"
8+
source = "cloudfoundry/cloudfoundry"
9+
version = "1.0.0"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)