Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentLesle authored Sep 19, 2024
1 parent 0ae0417 commit fa9aa90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions resources.virtual_wan.tf
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ resource "azurerm_virtual_hub_connection" "virtual_wan" {

# Set explicit dependencies
depends_on = [
azurerm_express_route_gateway.virtual_wan,
azurerm_resource_group.connectivity,
azurerm_resource_group.virtual_wan,
azurerm_virtual_wan.virtual_wan,
Expand All @@ -382,6 +383,7 @@ resource "azurerm_virtual_hub_routing_intent" "virtual_wan" {

# Set explicit dependencies
depends_on = [
azurerm_express_route_gateway.virtual_wan,
azurerm_firewall.virtual_wan,
azurerm_resource_group.connectivity,
azurerm_resource_group.virtual_wan,
Expand Down
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.107"
version = "~> 3.108"
configuration_aliases = [
azurerm.connectivity,
azurerm.management,
Expand Down

0 comments on commit fa9aa90

Please sign in to comment.