resource "aws_nat_gateway" "nat-0a5fb8ebe600d89f8" {
  allocation_id     = "eipalloc-00451498a8cebfe9f"
  connectivity_type = "public"
  subnet_id         = "subnet-09a02850299bb13f7"
  tags = {
    "Business-unit" = "AMP Digital Archive"
    "Environment"   = "STAGE2"
    "Name"          = "AMP-DIGARCH-S-NAT"
    "Owner"         = "Nathaniel Lovett"
    "Project-Code"  = "SME-AMP"
    "Project-Name"  = "AMP"
  }
  tags_all = {
    "Business-unit" = "AMP Digital Archive"
    "Environment"   = "STAGE2"
    "Name"          = "AMP-DIGARCH-S-NAT"
    "Owner"         = "Nathaniel Lovett"
    "Project-Code"  = "SME-AMP"
    "Project-Name"  = "AMP"
  }
}

