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 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