From 3ff19b68f4871be88534d8ef9b587e42d43530d8 Mon Sep 17 00:00:00 2001 From: I584814 Date: Wed, 24 Jul 2024 13:51:15 +0530 Subject: [PATCH] temp fix: removed variable idp from regression tests --- regression-test/variables.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/regression-test/variables.tf b/regression-test/variables.tf index 6b9910bc..624f0ca1 100644 --- a/regression-test/variables.tf +++ b/regression-test/variables.tf @@ -3,12 +3,6 @@ variable "globalaccount" { description = "The global account where the project account shall be created in." } - -variable "idp" { - type = string - description = "The IDP to use for authentication." -} - variable "cli_server" { type = string description = "The URL of the CLI server"