resource "aws_nat_gateway" "nat-0b5cfb51c1bb1622f" {
  allocation_id     = "eipalloc-07d52fa15d7bc6c87"
  connectivity_type = "public"
  subnet_id         = "subnet-0b4c2a37c99b164f5"
  tags = {
    "Business-unit" = "AMP Digital Archive"
    "Environment"   = "PROD2"
    "Name"          = "AMP-DIGARCH-P-NAT"
    "Owner"         = "Nathaniel Lovett"
    "Project-code"  = "SME-AMP"
    "Project-name"  = "AMP"
  }
  tags_all = {
    "Business-unit" = "AMP Digital Archive"
    "Environment"   = "PROD2"
    "Name"          = "AMP-DIGARCH-P-NAT"
    "Owner"         = "Nathaniel Lovett"
    "Project-code"  = "SME-AMP"
    "Project-name"  = "AMP"
  }
}

