resource "aws_internet_gateway" "igw-0c4f25310c7895d0b" {
  tags = {
    "Business-unit" = "AMP Digital Archive"
    "Environment"   = "DEV2"
    "Name"          = "AMP-DIGARCH-D-IGW"
    "Owner"         = "Nathaniel Lovett"
    "Project-code"  = "SME-AMP"
    "Project-name"  = "AMP"
  }
  tags_all = {
    "Business-unit" = "AMP Digital Archive"
    "Environment"   = "DEV2"
    "Name"          = "AMP-DIGARCH-D-IGW"
    "Owner"         = "Nathaniel Lovett"
    "Project-code"  = "SME-AMP"
    "Project-name"  = "AMP"
  }
  vpc_id = aws_vpc.vpc-09c83633eb7b315a2.id

}

