resource "aws_nat_gateway" "nat-03be2e526e1c7e6c9" {
  allocation_id     = "eipalloc-015f5b4a08fe43c89"
  connectivity_type = "public"
  subnet_id         = "subnet-01172f513b832706e"
  tags = {
    "Name" = "DX3-P1-NAT"
    "env"  = "prod"
  }
  tags_all = {
    "Name" = "DX3-P1-NAT"
    "env"  = "prod"
  }
}

