From 1b03a8f3195702ccb40ef0aedcc2ac25761253cb Mon Sep 17 00:00:00 2001 From: MichalKalke Date: Mon, 7 Oct 2024 15:17:27 +0200 Subject: [PATCH] Local test --- test/btp/tf/variables.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/btp/tf/variables.tf b/test/btp/tf/variables.tf index 34a1cd8d..78375adc 100644 --- a/test/btp/tf/variables.tf +++ b/test/btp/tf/variables.tf @@ -60,8 +60,3 @@ variable "BTP_KYMA_REGION" { description = "Kyma region" default = "westeurope" } - -variable "BTP_PROVIDER_SUBACCOUNT_ID" { - type = string - description = "Subaccount ID" -}