gpt4 book ai didi

azure - Terraform Cloud 无法在 Azure 中国订阅中部署资源

转载 作者:行者123 更新时间:2023-12-03 06:12:23 25 4
gpt4 key购买 nike

尝试使用 Terraform Cloud 部署到 Azure 中国时,出现以下错误: enter image description here

我的代码很简单,与HSM无关:

provider "azurerm" {
features {}
environment = "China"
}

resource "azurerm_resource_group" "tfca_vm" {
name = "${var.name_prefix}tfca-vm"
location = var.azure_location
}

我尝试禁用提供程序的环境并确保注册了所有必要的资源提供程序。不幸的是,这没有帮助。

最佳答案

是的,降级到 3.62 可以与 China Azue 配合使用。

`

Blockquote

azurerm = {
source = "hashicorp/azurerm"
version = "= 3.62.0"
}

关于azure - Terraform Cloud 无法在 Azure 中国订阅中部署资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76612919/

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