├── packer # packer build配置文件
│ └── packer_tencentcloud_as_1.0.json
├── service # 业务应用代码
│ ├── 2048.css
│ ├── index.html
│ ├── jquery.min.js
│ ├── main.js
│ ├── showanimation.js
│ └── support.js
├── terraform # 实现业务部署
│ └── as
│ ├── main.tf # vpc、clb、as
│ ├── provider.tf
│ └── variables.tf
├── go.mod
└── README.md
业务应用代码来源:https://github.com/bodhiye/2048