Skip to content

Commit 8544f8f

Browse files
Updates ibm-garage-cloud/terraform-ibm-container-platform module to v1.20.8 (#302)
Signed-off-by: GitHub <[email protected]> Co-authored-by: cloudnativetoolkit <[email protected]>
1 parent 7ab4627 commit 8544f8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/stages-cluster/stage1-cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_cluster" {
2-
source = "github.com/ibm-garage-cloud/terraform-ibm-container-platform.git?ref=v1.20.7"
2+
source = "github.com/ibm-garage-cloud/terraform-ibm-container-platform.git?ref=v1.20.8"
33

44
resource_group_name = var.resource_group_name
55
cluster_name = var.cluster_name

terraform/stages/stage1-cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev_cluster" {
2-
source = "github.com/ibm-garage-cloud/terraform-ibm-container-platform.git?ref=v1.20.7"
2+
source = "github.com/ibm-garage-cloud/terraform-ibm-container-platform.git?ref=v1.20.8"
33

44
resource_group_name = var.resource_group_name
55
cluster_name = var.cluster_name

0 commit comments

Comments
 (0)