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.4 (#168)
  • Loading branch information
terraform-ibm-modules-ops authored Nov 23, 2024
1 parent c2f570c commit eabdf2d
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.3"
version = "3.35.4"
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 eabdf2d

Please sign in to comment.