Skip to content

Commit

Permalink
Bump sap/btp provider to 1.7.0 and use fixed kyma module (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Oct 3, 2024
1 parent 1bcef9f commit 8bd0eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/btp/tf/main.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 = "1.6.0"
version = "1.7.0"
}
jq = {
source = "massdriver-cloud/jq"
Expand All @@ -26,7 +26,7 @@ provider "btp" {
}

module "kyma" {
source = "github.com/kyma-project/terraform-module"
source = "git::https://github.com/kyma-project/terraform-module.git?ref=v0.2.0"
BTP_NEW_SUBACCOUNT_NAME = var.BTP_NEW_SUBACCOUNT_NAME
BTP_CUSTOM_IAS_TENANT = var.BTP_CUSTOM_IAS_TENANT
BTP_BOT_USER = var.BTP_BOT_USER
Expand Down

0 comments on commit 8bd0eba

Please sign in to comment.