crc-on-gcp-terraform:GCP(Google Cloud Platform)上的CRC(CodeReady容器)

时间:2024-05-08 06:13:12
【文件属性】:

文件名称:crc-on-gcp-terraform:GCP(Google Cloud Platform)上的CRC(CodeReady容器)

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-08 06:13:12

terraform gcp crc codereadycontainers HCL

GCP(Google Cloud Platform)上的CRC(CodeReady容器) 该存储库提供了一种自动方式来在上配置 。 转到并运行以下命令: 创建新项目: export TF_VAR_PROJECT_ID= $( python3 -c ' import uuid; print("c" + str(uuid.uuid4().hex[:29])) ' ) echo " Project ID: " $TF_VAR_PROJECT_ID gcloud projects create $TF_VAR_PROJECT_ID --name= " CRConGCP " --labels=type=crc --format= " json " --quiet gcloud config set project $TF_VAR_PROJECT_ID 将新项目链接到一个计费帐户: exp


【文件预览】:
crc-on-gcp-terraform-master
----init.tpl(4KB)
----provider.tf(153B)
----.gitignore(4KB)
----README.md(5KB)
----main.tf(2KB)
----firewall.tf(2KB)
----network.tf(373B)
----variables.tf(879B)

网友评论