Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 07b7847

Browse files
author
Sean Sundberg
authored
Adds registry id to metadata (#56)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent fdb0e3a commit 07b7847

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ provider "ibm" {
4545
}
4646
4747
module "cluster" {
48-
source = "github.com/cloud-native-toolkit/terraform-ibm-ocp-vpc.git"
48+
source = "cloud-native-toolkit/ocp-vpc/ibm"
4949
5050
resource_group_name = var.resource_group_name
5151
region = var.region

module.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: ibm-ocp-vpc
2+
registryId: cloud-native-toolkit/ocp-vpc/ibm
23
alias: cluster
34
interfaces:
45
- github.com/cloud-native-toolkit/automation-modules#cluster

0 commit comments

Comments
 (0)