과정
<aside> 🎭
resource "aws_vpc" "testVPC" { cidr_block = "10.0.0.0/16" enable_dns_hostnames = true tags = { name="testVPC" # 콘솔에 표시될 이름 } }
</aside>