Skip to content

Commit

Permalink
Remove public IPs from vmseries and panorama mgmt interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
acelebanski committed Nov 27, 2024
1 parent 5b91147 commit d5a3d77
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions examples/common_vmseries/example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vnets = {
direction = "Inbound"
access = "Allow"
protocol = "Tcp"
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist public IP addresses that will be used to manage the appliances
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist IP addresses that will be used to manage the appliances
source_port_range = "*"
destination_address_prefix = "10.0.0.0/28"
destination_port_ranges = ["22", "443"]
Expand Down Expand Up @@ -302,7 +302,7 @@ vmseries = {
{
name = "vm01-mgmt"
subnet_key = "management"
create_public_ip = true
create_public_ip = false
},
{
name = "vm01-private"
Expand All @@ -328,7 +328,7 @@ vmseries = {
{
name = "vm02-mgmt"
subnet_key = "management"
create_public_ip = true
create_public_ip = false
},
{
name = "vm02-private"
Expand Down
4 changes: 2 additions & 2 deletions examples/common_vmseries_and_autoscale/example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vnets = {
direction = "Inbound"
access = "Allow"
protocol = "Tcp"
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist public IP addresses that will be used to manage the appliances
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist IP addresses that will be used to manage the appliances
source_port_range = "*"
destination_address_prefix = "10.0.0.0/28"
destination_port_ranges = ["22", "443"]
Expand Down Expand Up @@ -311,7 +311,7 @@ scale_sets = {
{
name = "management"
subnet_key = "management"
create_public_ip = true
create_public_ip = false
},
{
name = "private"
Expand Down
10 changes: 5 additions & 5 deletions examples/dedicated_vmseries/example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vnets = {
direction = "Inbound"
access = "Allow"
protocol = "Tcp"
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist public IP addresses that will be used to manage the appliances
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist IP addresses that will be used to manage the appliances
source_port_range = "*"
destination_address_prefix = "10.0.0.0/28"
destination_port_ranges = ["22", "443"]
Expand Down Expand Up @@ -245,7 +245,7 @@ vmseries = {
{
name = "vm-in-01-mgmt"
subnet_key = "management"
create_public_ip = true
create_public_ip = false
},
{
name = "vm-in-01-private"
Expand Down Expand Up @@ -309,7 +309,7 @@ vmseries = {
{
name = "vm-in-02-mgmt"
subnet_key = "management"
create_public_ip = true
create_public_ip = false
},
{
name = "vm-in-02-private"
Expand Down Expand Up @@ -372,7 +372,7 @@ vmseries = {
{
name = "vm-obew-01-mgmt"
subnet_key = "management"
create_public_ip = true
create_public_ip = false
},
{
name = "vm-obew-01-private"
Expand Down Expand Up @@ -436,7 +436,7 @@ vmseries = {
{
name = "vm-obew-02-mgmt"
subnet_key = "management"
create_public_ip = true
create_public_ip = false
},
{
name = "vm-obew-02-private"
Expand Down
2 changes: 1 addition & 1 deletion examples/dedicated_vmseries_and_autoscale/example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vnets = {
direction = "Inbound"
access = "Allow"
protocol = "Tcp"
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist public IP addresses that will be used to manage the appliances
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist IP addresses that will be used to manage the appliances
source_port_range = "*"
destination_address_prefix = "10.0.0.0/28"
destination_port_ranges = ["22", "443"]
Expand Down
6 changes: 3 additions & 3 deletions examples/gwlb_with_vmseries/example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vnets = {
direction = "Inbound"
access = "Allow"
protocol = "Tcp"
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist public IP addresses that will be used to manage the appliances
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist IP addresses that will be used to manage the appliances
source_port_range = "*"
destination_address_prefix = "10.0.0.0/28"
destination_port_ranges = ["22", "443"]
Expand Down Expand Up @@ -201,7 +201,7 @@ vmseries = {
{
name = "vm01-mgmt"
subnet_key = "management"
create_public_ip = true
create_public_ip = false
},
{
name = "vm01-data"
Expand All @@ -221,7 +221,7 @@ vmseries = {
{
name = "vm02-mgmt"
subnet_key = "management"
create_public_ip = true
create_public_ip = false
},
{
name = "vm02-data"
Expand Down
6 changes: 3 additions & 3 deletions examples/standalone_panorama/example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ vnets = {
direction = "Inbound"
access = "Allow"
protocol = "Tcp"
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist public IP addresses that will be used to manage the appliances
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist IP addresses that will be used to manage the appliances
source_port_range = "*"
destination_address_prefix = "10.1.0.0/28"
destination_port_ranges = ["22", "443"]
Expand Down Expand Up @@ -69,8 +69,8 @@ panoramas = {
name = "management"
subnet_key = "panorama"
private_ip_address = "10.1.0.10"
create_public_ip = true
},
create_public_ip = false
}
]
logging_disks = {
"datadisk1" = {
Expand Down
4 changes: 2 additions & 2 deletions examples/standalone_vmseries/example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vnets = {
direction = "Inbound"
access = "Allow"
protocol = "Tcp"
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist public IP addresses that will be used to manage the appliances
source_address_prefixes = ["1.1.1.1/32"] # TODO: Whitelist IP addresses that will be used to manage the appliances
source_port_range = "*"
destination_address_prefix = "10.0.0.0/28"
destination_port_ranges = ["22", "443"]
Expand Down Expand Up @@ -120,7 +120,7 @@ vmseries = {
{
name = "vm-mgmt"
subnet_key = "management"
create_public_ip = true
create_public_ip = false
}
]
}
Expand Down

0 comments on commit d5a3d77

Please sign in to comment.