resource "aws_internet_gateway" "igw-0b101ae2647b4ad61" {
  tags = {
    "Business-unit" = "Switchboard"
    "Environment"   = "PROD"
    "Name"          = "SWBD-FF-P2-IGW"
    "Owner"         = "Robert Dewilder"
    "Project-code"  = "Switchboard"
    "Project-name"  = "Switchboard"
  }
  tags_all = {
    "Business-unit" = "Switchboard"
    "Environment"   = "PROD"
    "Name"          = "SWBD-FF-P2-IGW"
    "Owner"         = "Robert Dewilder"
    "Project-code"  = "Switchboard"
    "Project-name"  = "Switchboard"
  }
  vpc_id = aws_vpc.vpc-00cbd3af7e606b243.id

}

