resource "aws_internet_gateway" "igw-0fca67a9528309676" {
  tags = {
    "Business-unit" = "AMP Digital Archive"
    "Environment"   = "STAGE2"
    "Name"          = "AMP-DIGARCH-S-IGW"
    "Owner"         = "Nathaniel Lovett"
    "Project-code"  = "SME-AMP"
    "Project-name"  = "AMP"
  }
  tags_all = {
    "Business-unit" = "AMP Digital Archive"
    "Environment"   = "STAGE2"
    "Name"          = "AMP-DIGARCH-S-IGW"
    "Owner"         = "Nathaniel Lovett"
    "Project-code"  = "SME-AMP"
    "Project-name"  = "AMP"
  }
  vpc_id = aws_vpc.vpc-0f6df98187a6350e1.id

}

