0

在 data_factory_pipeline 上,如何设置管道变量的类型。在下面链接给出的示例中,它只有字符串值。像这样的东西:

variables = {
    "bob" = "item1"
  }

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/data_factory_pipeline 1

尝试使用此处描述的示例设置类型:https ://learn.hashicorp.com/tutorials/terraform/variables 。但是,它没有用。它一直抱怨说,字符串是必需的。

有任何想法吗 ?我在这里先向您的帮助表示感谢。

4

0 回答 0