Skip to content

Commit

Permalink
chore: update of BTP provider version (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 authored Sep 7, 2023
1 parent cadcce3 commit 373f602
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion released/modules/envinstance-cloudfoundry/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
btp = {
source = "sap/btp"
version = "0.3.0-beta1"
version = "0.4.0-beta1"
}
}
}
2 changes: 1 addition & 1 deletion released/modules/sap_build_apps/standard/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "0.3.0-beta1"
version = "0.4.0-beta1"
}
}
}
2 changes: 1 addition & 1 deletion released/uc_btp_resillient_apps/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
btp = {
source = "sap/btp"
version = "0.3.0-beta1"
version = "0.4.0-beta1"
}
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
Expand Down
2 changes: 1 addition & 1 deletion released/uc_dev-test-prod/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "0.3.0-beta1"
version = "0.4.0-beta1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion released/uc_dev-test-prod/uc_subaccount_setup/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "0.3.0-beta1"
version = "0.4.0-beta1"
}
}
}
2 changes: 1 addition & 1 deletion released/uc_multi_provider_setup/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
btp = {
source = "sap/btp"
version = "0.3.0-beta1"
version = "0.4.0-beta1"
}
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
Expand Down
2 changes: 1 addition & 1 deletion released/uc_sap_build_apps/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "0.3.0-beta1"
version = "0.4.0-beta1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion released/uc_subaccount_setup/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
btp = {
source = "sap/btp"
version = "0.3.0-beta1"
version = "0.4.0-beta1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion released/uc_trial_cf_deployment/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "0.3.0-beta1"
version = "0.4.0-beta1"
}
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
Expand Down

0 comments on commit 373f602

Please sign in to comment.