resource "aws_nat_gateway" "nat-08cee42a8b94a61c7" {
  allocation_id     = "eipalloc-0ce26065a3b4e4feb"
  connectivity_type = "public"
  subnet_id         = "subnet-05c45da01c1648f71"
  tags = {
    "Business-unit" = "AMP Digital Archive"
    "Environment"   = "DEV2"
    "Name"          = "AMP-DIGARCH-D-NAT"
    "Owner"         = "Nathaniel Lovett"
    "Project-Code"  = "SME-AMP"
    "Project-Name"  = "AMP"
  }
  tags_all = {
    "Business-unit" = "AMP Digital Archive"
    "Environment"   = "DEV2"
    "Name"          = "AMP-DIGARCH-D-NAT"
    "Owner"         = "Nathaniel Lovett"
    "Project-Code"  = "SME-AMP"
    "Project-Name"  = "AMP"
  }
}

