gpt4 book ai didi

google-cloud-platform - 如何连接 Terraform 以创建从 GCP 中的私有(private) bitbucket Repo 中提取的 Cloud Build Triggers

转载 作者:行者123 更新时间:2023-12-05 04:01:22 25 4
gpt4 key购买 nike

我正在制定 Terraform 计划,以便在谷歌云提供商中创建云构建触发器。但是,terraform 文档中概述的步骤适用于公共(public) git 存储库。当我尝试连接私有(private) bitbucket 存储库时,出现“未找到存储库”错误。

resource "google_cloudbuild_trigger" "cloudbuild-trigger" {
trigger_template {
branch_name = "staging"
repo_name = "BITBUCKET_TEAM_NAME/repo_name"
dir = "site_dir"
}

filename = "cloudbuild.yml"
}

最佳答案

repo_name 需要 Cloud Source Repository 的名称而不是 bitbucket repo。最初从 UI 开始,我们可以将云构建连接到我们的 bitbucket 存储库(私有(private))。

在设置中,我们可以选择在 Cloud Source 中镜像我们的存储库。然后我们可以提供 Cloud Source 存储库名称 ti terraform。在这种情况下,我们不必将任何 bitbucket 凭证传递给 terraform。

关于google-cloud-platform - 如何连接 Terraform 以创建从 GCP 中的私有(private) bitbucket Repo 中提取的 Cloud Build Triggers,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55518933/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com