簡介 今天來跟大家介紹 GCP terraform 的 Hello World 級別 component GCE 正文 根據 google 的文件 https:...
簡介 今天來跟大家介紹 GCP terraform 如何創建掛載 disk 的 instance 正文 根據 google 的文件 Create a persi...
簡介 今天來跟大家介紹 GCP terraform 如何創建防火牆 正文 根據 google 文件可以查到基本用法 Use VPC firewall rules...
簡介 今天來跟大家介紹 GCP terraform 如何創建虛擬私有網域 正文 根據網路上的文件可以查到基本概念 【GCP教學】什麼是 VPC ? 簡介 VPC...
簡介 今天解釋一下昨天撰寫的程式碼 正文 provider "google" { project = var.project_id...
簡介 今天來跟大家介紹 GCP terraform 如何創建 GCS 正文 根據 google 文件可以查到基本用法 使用 Terraform 创建存储桶并上传...
簡介 今天來跟大家介紹 GCP terraform 如何自建 sub module 正文 Terraform 的撰寫屬於和 verilog 相同的 “基於模組的...
簡介 今天來跟大家介紹 GCP terraform 如何使用 module 正文 昨天提到 Terraform 的撰寫屬於和 verilog 相同的 “基於模...
簡介 今天來跟大家介紹 GCP terraform 如何創建 service account 正文 根據 google 文件可以查到基本概念 Service a...
簡介 今天來跟大家介紹 GCP terraform 如何把創建的 service account 綁上 IAM Role 正文 網路上有基本用法 IAM 是什麼...