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.30.1
  • Loading branch information
terraform-ibm-modules-ops committed Sep 7, 2024
1 parent 5bb2f0b commit b59745e
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 @@ -75,7 +75,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.30.0"
version = "3.30.1"
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 b59745e

Please sign in to comment.