Terraform for GCP. provider "google" { credentials = "${file("account.json")}" project = "my-project-id" region = "us-central1" } ...
確定! 回上一頁