Skip to content

Commit

Permalink
Add variable in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindelmont committed Sep 26, 2024
1 parent a0e7e5b commit e81e75f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ module "example" {

shared_services = {
automations = var.automations
automation_powershell72_module = var.automation_powershell72_module
automation_schedules = var.automation_schedules
automation_runbooks = var.automation_runbooks
automation_log_analytics_links = var.automation_log_analytics_links
Expand Down
3 changes: 3 additions & 0 deletions examples/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ variable "event_hubs" {
variable "automations" {
default = {}
}
variable "automation_powershell72_module" {
default = {}
}
variable "automation_schedules" {
default = {}
}
Expand Down

0 comments on commit e81e75f

Please sign in to comment.