# __generated__ by Terraform
# Please review these resources and move them into your main configuration files.

# __generated__ by Terraform
resource "aws_nat_gateway" "nat-0853ed5bdf6116374" {
  allocation_id                  = "eipalloc-aa935ac3"
  connectivity_type              = "public"
  private_ip                     = "10.11.105.19"
  subnet_id                      = "subnet-6f84b707"
  secondary_allocation_ids       = ["eipalloc-b5588ddc"]
  secondary_private_ip_addresses = ["10.11.105.15"]
  tags = {
    App           = "Delivery"
    Business-unit = "Delivery-Services"
    Environment   = "prod"
    Name          = "DEL-P2-NAT"
    Owner         = "Robert Dewilder"
    Project-code  = "SME - 2000-0306B"
  }
  tags_all = {
    App           = "Delivery"
    Business-unit = "Delivery-Services"
    Environment   = "prod"
    Name          = "DEL-P2-NAT"
    Owner         = "Robert Dewilder"
    Project-code  = "SME - 2000-0306B"
  }
}
