terraform-gcp-yugabyte:一个Terraform模块,用于在GCP上部署和运行YugabyteDB

时间:2021-02-14 00:02:19
【文件属性】:
文件名称:terraform-gcp-yugabyte:一个Terraform模块,用于在GCP上部署和运行YugabyteDB
文件大小:11KB
文件格式:ZIP
更新时间:2021-02-14 00:02:19
HCL terraform-gcp-yugabyte 用于在Google Cloud上部署和运行YugaByte的Terraform模块。 设定档 首先创建带有提供者详细信息的terraform文件 provider "google" { # Provide your GCP Creadentilals credentials = "${file("yugabyte-pcf-bc8114281026.json")}" # The name of your GCP project project = "yugabyte-pcf" } 注意:-您可以按照给出的步骤获取凭证文件 现在将yugabyte terraform模块添加到您的文件中 module "yugabyte-db-cluster" { source = "github.com/YugaByte/terrafor
【文件预览】:
terraform-gcp-yugabyte-master
----utilities()
----outputs.tf(951B)
----.github()
--------workflows()
----.gitmodules(108B)
----variables.tf(2KB)
----LICENSE(11KB)
----.ci()
--------update-version.sh(1KB)
----README.md(2KB)
----main.tf(4KB)

网友评论