resource "aws_nat_gateway" "nat-0c47d04a44a8d3247" {
  allocation_id     = "eipalloc-14fb7810"
  connectivity_type = "public"
  subnet_id         = "subnet-074f3beed228c9e21"
  tags = {
    "Business-unit" = "Switchboard"
    "Environment"   = "PROD"
    "Name"          = "SWBD-FF-P2-NAT"
    "Owner"         = "Robert Dewilder"
    "Project-code"  = "Switchboard"
    "Project-name"  = "Switchboard"
  }
  tags_all = {
    "Business-unit" = "Switchboard"
    "Environment"   = "PROD"
    "Name"          = "SWBD-FF-P2-NAT"
    "Owner"         = "Robert Dewilder"
    "Project-code"  = "Switchboard"
    "Project-name"  = "Switchboard"
  }
}

