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.0 (#157)
  • Loading branch information
terraform-ibm-modules-ops authored Nov 2, 2024
1 parent 533e314 commit f2c34df
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.34.0"
version = "3.35.0"
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 f2c34df

Please sign in to comment.