Tag Archives: gcloud

Creating gCloud instance with Terraform

main.tf // Create a new instance resource "google_compute_instance" "default" { name = "${var.cluster-name}" machine_type = "${var.machine-type}" zone = "${var.gcloud-zone}" boot_disk { initialize_params { ... Read More | Share it now!

gcloud Installing Cloud SDK

https://cloud.google.com/sdk/gcloud/ gcloud 概览 本页面概况介绍了 gcloud 命令行工具及其常见命令模式和用法。 什么是 gcloud? gcloud 是一种工具,它为 Google Cloud Platform... Read More | Share it now!