Skip to content

Commit

Permalink
chore(deps): update terraform-module
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Feb 22, 2025
1 parent a4db90e commit 7feb8d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/hub-spoke-delegated-resolver/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module "spoke_vpc" {

module "tg_gateway_connection" {
source = "terraform-ibm-modules/transit-gateway/ibm"
version = "2.4.3"
version = "2.5.0"
transit_gateway_name = "${var.prefix}-tg"
region = var.region
global_routing = false
Expand Down
2 changes: 1 addition & 1 deletion examples/hub-spoke-manual-resolver/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module "spoke_vpc" {

module "tg_gateway_connection" {
source = "terraform-ibm-modules/transit-gateway/ibm"
version = "2.4.3"
version = "2.5.0"
transit_gateway_name = "${var.prefix}-tg"
region = var.region
global_routing = false
Expand Down
4 changes: 2 additions & 2 deletions examples/landing_zone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "resource_group" {
module "cos_bucket" {
count = var.enable_vpc_flow_logs ? 1 : 0
source = "terraform-ibm-modules/cos/ibm"
version = "8.16.4"
version = "8.19.3"
resource_group_id = module.resource_group.resource_group_id
region = var.region
cross_region_location = null
Expand Down Expand Up @@ -63,7 +63,7 @@ module "management_vpc" {

module "tg_gateway_connection" {
source = "terraform-ibm-modules/transit-gateway/ibm"
version = "2.4.3"
version = "2.5.0"
transit_gateway_name = "${var.prefix}-tg"
region = var.region
global_routing = false
Expand Down

0 comments on commit 7feb8d2

Please sign in to comment.