Skip to content

Commit

Permalink
Merge pull request #70 from crayon/dev/azure-monitor-agent
Browse files Browse the repository at this point in the history
Added support for installing Azure Monitor agent #4
  • Loading branch information
janegilring authored Mar 28, 2022
2 parents 10e7c50 + 646283b commit 1027d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ variable "custom_data" {
description = "Base64-Encoded Custom Data which should be used for this Virtual Machine."
type = string
default = null
}

variable "identity" {
description = "Managed Identity which should be assigned the virtual machine."
Expand All @@ -187,4 +188,4 @@ variable "identity" {
})
default = null

}
}

0 comments on commit 1027d39

Please sign in to comment.