From 38a214d5c7a62071848513387149217cf57b108a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Tue, 10 Jun 2025 10:43:34 +0100 Subject: [PATCH 1/2] Update settings.yml --- .github/settings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 7b03ead8..bfc61ffe 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -15,14 +15,14 @@ repository: # By changing this field, you rename the repository. # Uncomment this name property and set the name to the current repo name. - # name: "" + name: "terraform-ibm-watsonx-self-managed-ocp" # The description is displayed under the repository name on the # organization page and in the 'About' section of the repository. # Uncomment this description property # and update the description to the current repo description. - # description: "" + description: "Automation for configuring a self-managed Watsonx solution on Red Hat Openshift." # Use a comma-separated list of topics to set on the repo (ensure not to use any caps in the topic string). - topics: terraform, ibm-cloud, terraform-module + topics: terraform, ibm-cloud, terraform-module, core-team, deployable-architecture, watsonx, self-managed From 1be3482414d7369fb4ebeeb9487b1c32fd58a6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Tue, 10 Jun 2025 10:45:14 +0100 Subject: [PATCH 2/2] Update go.mod --- tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index 2117001d..7d0d6e46 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,4 +1,4 @@ -module github.com/terraform-ibm-modules/terraform-ibm-cloudpak-data +module github.com/terraform-ibm-modules/terraform-ibm-watsonx-self-managed-ocp go 1.23.0