Skip to content

Commit cd10583

Browse files
Updates cloud-native-toolkit/terraform-tools-openshift-cicd module to v1.7.1 (#355)
Signed-off-by: GitHub <[email protected]> Co-authored-by: cloudnativetoolkit <[email protected]>
1 parent 59c6ee3 commit cd10583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/stages-ocp4/stage2-cicd.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "cicd" {
2-
source = "github.com/cloud-native-toolkit/terraform-tools-openshift-cicd.git?ref=v1.5.5"
2+
source = "github.com/cloud-native-toolkit/terraform-tools-openshift-cicd.git?ref=v1.7.1"
33

44
cluster_config_file = module.dev_cluster.config_file_path
55
cluster_type = module.dev_cluster.type_code

terraform/stages/stage2-cicd.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_tools_cicd" {
2-
source = "github.com/cloud-native-toolkit/terraform-tools-openshift-cicd.git?ref=v1.5.5"
2+
source = "github.com/cloud-native-toolkit/terraform-tools-openshift-cicd.git?ref=v1.7.1"
33

44
cluster_config_file = module.dev_cluster.config_file_path
55
cluster_type = module.dev_cluster.type_code

0 commit comments

Comments
 (0)