Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/base-ocp-vpc/ibm …
Browse files Browse the repository at this point in the history
…to v3.35.9 (#194)
  • Loading branch information
terraform-ibm-modules-ops authored Jan 4, 2025
1 parent 094ef6e commit 3dcc6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ locals {
module "ocp_base" {
depends_on = [ibm_is_vpc.vpc, ibm_is_subnet.cluster_subnets, ibm_is_public_gateway.gateway]
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
version = "3.35.8"
version = "3.35.9"
cluster_name = "${var.prefix}-cluster"
cos_name = "${var.prefix}-cos"
resource_group_id = module.resource_group.resource_group_id
Expand Down

0 comments on commit 3dcc6b3

Please sign in to comment.