Skip to content

Commit bfc5a5f

Browse files
Updates cloud-native-toolkit/terraform-tools-swaggereditor module to v1.5.1 (#375)
1 parent 0d4dd8d commit bfc5a5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/stages-ocp4/stage2-swagger-editor.tf

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

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

terraform/stages/stage2-swagger.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_tools_swagger" {
2-
source = "github.com/cloud-native-toolkit/terraform-tools-swaggereditor.git?ref=v1.5.0"
2+
source = "github.com/cloud-native-toolkit/terraform-tools-swaggereditor.git?ref=v1.5.1"
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)