diff --git a/stack_definition.json b/stack_definition.json index a28c267..29d6c5c 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", 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) {