From 08893304a57c9f69e56cb511b2d893def26a19f7 Mon Sep 17 00:00:00 2001 From: Alex Reiff Date: Wed, 19 Mar 2025 13:22:49 -0400 Subject: [PATCH 1/2] switch default region to eu-de --- stack_definition.json | 8 +++++--- tests/pr_test.go | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/stack_definition.json b/stack_definition.json index a28c267..1d1d803 100644 --- a/stack_definition.json +++ b/stack_definition.json @@ -14,7 +14,7 @@ "required": false, "type": "string", "hidden": false, - "default": "us-south", + "default": "eu-de", "description": "The region in which all resources are deployed.", "custom_config": {} }, @@ -321,7 +321,9 @@ }, { "name": "profile_attachments", - "value": ["AI ICT Guardrails"] + "value": [ + "AI ICT Guardrails" + ] }, { "name": "scc_en_email_list", @@ -420,4 +422,4 @@ "version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.a68377c5-2a73-4832-8fd9-ad5b73b5256b-global" } ] -} +} \ No newline at end of file diff --git a/tests/pr_test.go b/tests/pr_test.go index 9742291..3b7cb9c 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -1,9 +1,10 @@ package tests import ( + "testing" + "github.com/stretchr/testify/assert" "github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/testprojects" - "testing" ) func TestProjectsFullTest(t *testing.T) { From 8181f80a241f2856fdf3c3ad4273e4a1fd3b7fa2 Mon Sep 17 00:00:00 2001 From: Alex Reiff Date: Wed, 19 Mar 2025 13:23:53 -0400 Subject: [PATCH 2/2] switch default region to eu-de --- stack_definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_definition.json b/stack_definition.json index 1d1d803..29d6c5c 100644 --- a/stack_definition.json +++ b/stack_definition.json @@ -422,4 +422,4 @@ "version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.a68377c5-2a73-4832-8fd9-ad5b73b5256b-global" } ] -} \ No newline at end of file +}