Skip to content

Commit bf2217f

Browse files
Updates cloud-native-toolkit/terraform-tools-tekton-resources module to v2.3.2 (#408)
1 parent 60e9745 commit bf2217f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/stages-ocp4/stage2-pipelines.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_tools_tekton_resources" {
2-
source = "github.com/cloud-native-toolkit/terraform-tools-tekton-resources.git?ref=v2.3.0"
2+
source = "github.com/cloud-native-toolkit/terraform-tools-tekton-resources.git?ref=v2.3.2"
33

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

terraform/stages/stage2-pipelines.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_tools_tekton_resources" {
2-
source = "github.com/cloud-native-toolkit/terraform-tools-tekton-resources.git?ref=v2.3.0"
2+
source = "github.com/cloud-native-toolkit/terraform-tools-tekton-resources.git?ref=v2.3.2"
33

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

0 commit comments

Comments
 (0)