resource "aws_subnet" "" { vpc_id = aws_vpc..id cidr_block = "10.0.1.0/24" tags = { (optional) Name = "" } }