Skip to content

Commit 2b4ba8f

Browse files
authored
updated cp4d instance dependency (#17)
trying the module dependency with CP4D instance and see how BOM generates dependency
1 parent 42bc936 commit 2b4ba8f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

module.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ versions:
1818
refs:
1919
- source: github.com/cloud-native-toolkit/terraform-gitops-namespace.git
2020
version: ">= 1.0.0"
21-
- id: gitops-db2
21+
# - id: gitops-db2
22+
# refs:
23+
# - source: github.com/cloud-native-toolkit/terraform-gitops-db2u-operator.git
24+
# version: ">= 0.0.1"
25+
- id: gitops-cp4d-instance
2226
refs:
23-
- source: github.com/cloud-native-toolkit/terraform-gitops-db2u-operator.git
24-
version: ">= 0.0.1"
27+
- source: github.com/cloud-native-toolkit/terraform-gitops-cp4d-instance.git
28+
version: ">= 1.0.0"
2529
variables:
2630
- name: gitops_config
2731
moduleRef:

0 commit comments

Comments
 (0)