Skip to content

Commit

Permalink
removing inland imaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Aug 4, 2023
1 parent 4e665e7 commit 3e7558b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions big-ip/terraform/infrastructure/azureBigipInstances.tf
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@ resource "azurerm_network_interface" "nic-external" {
private_ip_address_allocation = "Dynamic"
primary = false
}
ip_configuration {
name = "if-config-external-06"
subnet_id = data.azurerm_subnet.existing-subnet-external.id
private_ip_address_allocation = "Dynamic"
primary = false
}
tags = {
environment = var.tag_environment
resource = var.tag_resource_type
Expand Down
Loading

0 comments on commit 3e7558b

Please sign in to comment.