iT邦幫忙

鐵人檔案

2023 iThome 鐵人賽
回列表
IT管理

GCP 的 terraform 之旅 系列

一天一個新組件, 人人都是 GCP 小高手

鐵人鍊成 | 共 31 篇文章 | 5 人訂閱 訂閱系列文 RSS系列文 團隊Bare Metal People
DAY 1

[day1] Terraform GCP VM instance

簡介 今天來跟大家介紹 GCP terraform 的 Hello World 級別 component GCE 正文 根據 google 的文件 https:...

2023-09-16 ‧ 由 leon123858 分享
DAY 2

day2 Terraform GCP VM instance disk

簡介 今天來跟大家介紹 GCP terraform 如何創建掛載 disk 的 instance 正文 根據 google 的文件 Create a persi...

2023-09-17 ‧ 由 leon123858 分享
DAY 3

day3 Terraform GCP firewall

簡介 今天來跟大家介紹 GCP terraform 如何創建防火牆 正文 根據 google 文件可以查到基本用法 Use VPC firewall rules...

2023-09-18 ‧ 由 leon123858 分享
DAY 4

day4 Terraform GCP VPC (上)

簡介 今天來跟大家介紹 GCP terraform 如何創建虛擬私有網域 正文 根據網路上的文件可以查到基本概念 【GCP教學】什麼是 VPC ? 簡介 VPC...

2023-09-19 ‧ 由 leon123858 分享
DAY 5

day5 Terraform GCP VPC (下)

簡介 今天解釋一下昨天撰寫的程式碼 正文 provider "google" { project = var.project_id...

2023-09-20 ‧ 由 leon123858 分享
DAY 6

day6 Terraform GCP cloud storage

簡介 今天來跟大家介紹 GCP terraform 如何創建 GCS 正文 根據 google 文件可以查到基本用法 使用 Terraform 创建存储桶并上传...

2023-09-21 ‧ 由 leon123858 分享
DAY 7

day7 Terraform GCP 自建 module

簡介 今天來跟大家介紹 GCP terraform 如何自建 sub module 正文 Terraform 的撰寫屬於和 verilog 相同的 “基於模組的...

2023-09-22 ‧ 由 leon123858 分享
DAY 8

day8 Terraform GCP 引用 module

簡介 今天來跟大家介紹 GCP terraform 如何使用 module 正文 昨天提到 Terraform 的撰寫屬於和 verilog 相同的 “基於模...

2023-09-23 ‧ 由 leon123858 分享
DAY 9

day9 Terraform GCP service account

簡介 今天來跟大家介紹 GCP terraform 如何創建 service account 正文 根據 google 文件可以查到基本概念 Service a...

2023-09-24 ‧ 由 leon123858 分享
DAY 10

day10 Terraform GCP cloud IAM

簡介 今天來跟大家介紹 GCP terraform 如何把創建的 service account 綁上 IAM Role 正文 網路上有基本用法 IAM 是什麼...

2023-09-25 ‧ 由 leon123858 分享