We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c773a8 commit edda0f5Copy full SHA for edda0f5
README.md
@@ -8,3 +8,7 @@
8
9
[1]: https://golang.org
10
[2]: https://aws.amazon.com/tw/s3/
11
+
12
+## Terraform
13
14
+* [lab01: Terraform 環境初始介紹](/terraform/labs/lab01-modern-infrastructure-as-code/README.md) 建立 AWS S3 環境
terraform/labs/lab01-modern-infrastructure-as-code/README.md
@@ -3,3 +3,4 @@
3
第一個 Lab 帶你了解 Terraform 的環境設定跟 Code 目錄結構
4
5
1. [建立 Terraform 新專案](./01-create-new-project.md)
6
+2. [設定 AWS 環境](./02-configuring-aws.md)
0 commit comments