Skip to content

Commit

Permalink
fix: fixed statis checks error
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Jun 15, 2023
1 parent 77d4e18 commit b784738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _example/basic/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module "vnet" {
source = "../../"
name = local.name
environment = local.environment
resource_group_name = module.resource_group.resource_group_name
location = module.resource_group.resource_group_location
resource_group_name = "app-test"
location = "NorthEurope"
address_space = "10.0.0.0/16"
enable_network_watcher = false # To be set true when network security group flow logs are to be tracked and network watcher with specific name is to be deployed.
}

0 comments on commit b784738

Please sign in to comment.