variables.tf 123 B

1234567
  1. variable "tags" {
  2. type = map(string)
  3. }
  4. variable "tenant_id" {
  5. type = string
  6. description = "Azure Tenant ID"
  7. }