gpt4 book ai didi

git - Terragrunt 从特定分支下载模块

转载 作者:行者123 更新时间:2023-12-04 09:29:57 25 4
gpt4 key购买 nike

我最近开始使用 terragrunt 并且一直想知道是否有可能从特定分支而不是特定标签(或除了标签)而不是默认 master 下载模块

从主站下载特定标签:

terraform {
source = "git@github.com:<repo>/infrastructure-modules.git//gcp/bucket?ref=v.0.0.1"
}

从 repo 下载特定分支?

# Pseudo code
terraform {
source = "git@github.com:<repo>/infrastructure-modules.git//gcp/bucket?ref=v.0.0.1%branch=test"
}

最佳答案

我能够使用以下方法指定一个分支:

terraform {
source = "git@github.com:<repo>/infrastructure-modules.git//gcp/bucket?ref=branch-name"
}

关于git - Terragrunt 从特定分支下载模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62889868/

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