Skip to content

Commit

Permalink
add fw policy name parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gillianstravers committed Nov 19, 2024
1 parent 73b5ace commit a14aa15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/vhub/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ variable "virtual_hubs" {
address_prefix = string
routing_intent_name = string
firewall_name = string
firewall_policy_name = string
firewall_sku_tier = string
firewall_public_ip_count = number
firewall_threat_intelligence_mode = string
Expand Down
3 changes: 2 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ variable "virtual_wan" {

variable "virtual_hubs" {
type = object({
virtual_hub_name = string
virtual_hub_name = string
location = string
address_prefix = string
routing_intent_name = string
firewall_name = string
firewall_policy_name = string
firewall_sku_tier = string
firewall_public_ip_count = number
firewall_threat_intelligence_mode = string
Expand Down

0 comments on commit a14aa15

Please sign in to comment.