您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
270 B

  1. variable "solutions" {
  2. type = list(string)
  3. default = ["AzureActivity"]
  4. }
  5. variable "laws" {
  6. type = list
  7. description = "List of Log Analytic Workspace definition"
  8. }
  9. variable "azlaw_depends_on" {
  10. type = any
  11. default = null
  12. }