Skip to content

Commit 1bdb43d

Browse files
Updates cloud-native-toolkit/terraform-tools-pactbroker module to v1.5.3
Signed-off-by: GitHub <[email protected]>
1 parent 9a4b3bb commit 1bdb43d

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.1"
2+
source = "github.com/cloud-native-toolkit/terraform-tools-pactbroker.git?ref=v1.5.3"
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.1"
2+
source = "github.com/cloud-native-toolkit/terraform-tools-pactbroker.git?ref=v1.5.3"
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)