You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 rivejä
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. }