Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions stack_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
},
Expand Down Expand Up @@ -321,7 +321,9 @@
},
{
"name": "profile_attachments",
"value": ["AI ICT Guardrails"]
"value": [
"AI ICT Guardrails"
]
},
{
"name": "scc_en_email_list",
Expand Down
3 changes: 2 additions & 1 deletion tests/pr_test.go
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down