Skip to content

Commit 5f1ed28

Browse files
Updates cloud-native-toolkit/terraform-tools-pactbroker module to v1.5.4
Signed-off-by: GitHub <[email protected]>
1 parent 09d58b8 commit 5f1ed28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/stages-ocp4/stage2-pactbroker.tf

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

44
cluster_ingress_hostname = module.dev_cluster.ingress_hostname
55
cluster_config_file = module.dev_cluster.config_file_path

terraform/stages/stage2-pactbroker.tf

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

44
cluster_ingress_hostname = module.dev_cluster.ingress_hostname
55
cluster_config_file = module.dev_cluster.config_file_path

0 commit comments

Comments
 (0)