Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage static addresses used for GRE #18

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Manage static addresses used for GRE #18

merged 1 commit into from
Jul 7, 2024

Conversation

mraerino
Copy link
Member

@mraerino mraerino commented Jul 7, 2024

No description provided.

@mraerino mraerino self-assigned this Jul 7, 2024
Copy link

github-actions bot commented Jul 7, 2024

🏗️ Terraform Plan

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.device["R10"].netbox_ip_address.gre_dnat will be updated in-place
  # (imported from "294")
  ~ resource "netbox_ip_address" "gre_dnat" {
      + description           = "Static Uplink IP (for GRE forwarding) on R10 (In der Nießdonk)"
      + device_interface_id   = 436
        id                    = "294"
        ip_address            = "192.168.178.10/24"
        nat_inside_address_id = 0
        nat_outside_addresses = []
        role                  = null
        status                = "active"
        tags                  = []
      - tenant_id             = 5 -> null
      ~ vrf_id                = 0 -> 3
    }

  # module.device["R14"].netbox_ip_address.gre_dnat will be updated in-place
  # (imported from "331")
  ~ resource "netbox_ip_address" "gre_dnat" {
      + description           = "Static Uplink IP (for GRE forwarding) on R14 (Höherweg)"
      + device_interface_id   = 918
        id                    = "331"
        ip_address            = "192.168.178.10/24"
        nat_inside_address_id = 0
        nat_outside_addresses = []
        role                  = null
        status                = "active"
        tags                  = []
        tenant_id             = 0
      ~ vrf_id                = 0 -> 9
    }

  # module.device["R15"].netbox_ip_address.gre_dnat will be updated in-place
  # (imported from "559")
  ~ resource "netbox_ip_address" "gre_dnat" {
      + description           = "Static Uplink IP (for GRE forwarding) on R15 (GatherWeg)"
      + device_interface_id   = 922
        id                    = "559"
        ip_address            = "192.168.178.10/24"
        nat_inside_address_id = 0
        nat_outside_addresses = []
        role                  = null
        status                = "active"
        tags                  = []
        tenant_id             = 0
      ~ vrf_id                = 0 -> 10
    }

  # module.device["R18"].netbox_ip_address.gre_dnat will be updated in-place
  # (imported from "643")
  ~ resource "netbox_ip_address" "gre_dnat" {
      + description           = "Static Uplink IP (for GRE forwarding) on R18 (Haus der Jugend)"
      + device_interface_id   = 1355
        id                    = "643"
        ip_address            = "192.168.178.10/24"
        nat_inside_address_id = 0
        nat_outside_addresses = []
        role                  = null
        status                = "active"
        tags                  = []
        tenant_id             = 0
      ~ vrf_id                = 0 -> 5
    }

  # module.device["R19"].netbox_ip_address.gre_dnat will be updated in-place
  # (imported from "512")
  ~ resource "netbox_ip_address" "gre_dnat" {
      + description           = "Static Uplink IP (for GRE forwarding) on R19 (Ariadne)"
      + device_interface_id   = 1359
        id                    = "512"
        ip_address            = "192.168.178.10/24"
        nat_inside_address_id = 0
        nat_outside_addresses = []
        role                  = null
        status                = "active"
        tags                  = []
        tenant_id             = 0
      ~ vrf_id                = 0 -> 4
    }

  # module.device["R20"].netbox_ip_address.gre_dnat will be updated in-place
  # (imported from "727")
  ~ resource "netbox_ip_address" "gre_dnat" {
      + description           = "Static Uplink IP (for GRE forwarding) on R20 (Moskauer Straße)"
      + device_interface_id   = 1403
        id                    = "727"
        ip_address            = "192.168.178.10/24"
        nat_inside_address_id = 0
        nat_outside_addresses = []
        role                  = null
        status                = "active"
        tags                  = []
      - tenant_id             = 2 -> null
        vrf_id                = 8
    }

  # module.device["R9"].netbox_ip_address.gre_dnat will be updated in-place
  # (imported from "261")
  ~ resource "netbox_ip_address" "gre_dnat" {
      ~ description           = "Static Uplink IP (for GRE forwarding)" -> "Static Uplink IP (for GRE forwarding) on R9 (Völklinger Straße)"
      + device_interface_id   = 432
        id                    = "261"
        ip_address            = "192.168.178.10/24"
        nat_inside_address_id = 0
        nat_outside_addresses = []
        role                  = null
        status                = "active"
        tags                  = []
      - tenant_id             = 5 -> null
      ~ vrf_id                = 0 -> 2
    }

Plan: 7 to import, 0 to add, 7 to change, 0 to destroy.

@mraerino mraerino marked this pull request as ready for review July 7, 2024 22:08
@mraerino mraerino merged commit 9e2efe6 into main Jul 7, 2024
2 checks passed
@mraerino mraerino deleted the feat/gre-ip branch July 7, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant