Skip to content

Commit 0d4dd8d

Browse files
Updates cloud-native-toolkit/terraform-k8s-source-control module to v1.3.1 (#374)
1 parent 59faf66 commit 0d4dd8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/stages-ocp4/stage2-sourcecontrol.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_tools_sourcecontrol" {
2-
source = "github.com/cloud-native-toolkit/terraform-k8s-source-control.git?ref=v1.3.0"
2+
source = "github.com/cloud-native-toolkit/terraform-k8s-source-control.git?ref=v1.3.1"
33

44
config_file_path = module.dev_cluster.config_file_path
55
cluster_type_code = module.dev_cluster.type_code

terraform/stages/stage2-sourcecontrol.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_tools_sourcecontrol" {
2-
source = "github.com/cloud-native-toolkit/terraform-k8s-source-control.git?ref=v1.3.0"
2+
source = "github.com/cloud-native-toolkit/terraform-k8s-source-control.git?ref=v1.3.1"
33

44
config_file_path = module.dev_cluster.config_file_path
55
cluster_type_code = module.dev_cluster.type_code

0 commit comments

Comments
 (0)