Skip to content

Commit

Permalink
Updates cloud-native-toolkit/terraform-tools-openshift-cicd module to…
Browse files Browse the repository at this point in the history
… v1.7.7 (#388)
  • Loading branch information
cloudnativetoolkit committed Jan 7, 2022
1 parent 09d58b8 commit 006ad39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/stages-ocp4/stage2-cicd.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "cicd" {
source = "github.com/cloud-native-toolkit/terraform-tools-openshift-cicd.git?ref=v1.7.5"
source = "github.com/cloud-native-toolkit/terraform-tools-openshift-cicd.git?ref=v1.7.7"

cluster_config_file = module.dev_cluster.config_file_path
cluster_type = module.dev_cluster.type_code
Expand Down
2 changes: 1 addition & 1 deletion terraform/stages/stage2-cicd.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "dev_tools_cicd" {
source = "github.com/cloud-native-toolkit/terraform-tools-openshift-cicd.git?ref=v1.7.5"
source = "github.com/cloud-native-toolkit/terraform-tools-openshift-cicd.git?ref=v1.7.7"

cluster_config_file = module.dev_cluster.config_file_path
cluster_type = module.dev_cluster.type_code
Expand Down

0 comments on commit 006ad39

Please sign in to comment.