Skip to content

Commit

Permalink
Fix: fmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavcloud committed Sep 25, 2024
1 parent 1ec356d commit 421bbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module "name_specific_subnet" {
virtual_network_name = module.vnet.vnet_name
#subnet
specific_name_subnet = true
specific_subnet_names = ["AzureFirewallSubnet"]
specific_subnet_names = ["AzureFirewallSubnet"]
subnet_prefixes = ["10.0.1.0/24"]
# route_table
routes = [
Expand Down

0 comments on commit 421bbd9

Please sign in to comment.