Skip to content

Commit

Permalink
reverting testing source
Browse files Browse the repository at this point in the history
  • Loading branch information
himsharma01 committed Jul 1, 2024
1 parent b4e591c commit a1d30bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sumologic/sumologic.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ resource "sumologic_content" "SumoLogicApps" {
module "SumoLogicMonitors" {
for_each = var.managed_monitors

# source = "SumoLogic/sumo-logic-monitor/sumologic"
source = "git::https://github.com/SumoLogic/terraform-sumologic-sumo-logic-monitor.git?ref=sumo-provider-2.31.0"
source = "SumoLogic/sumo-logic-monitor/sumologic"
monitor_name = each.value.monitor_name
monitor_description = each.value.monitor_description
monitor_monitor_type = each.value.monitor_monitor_type
Expand Down

0 comments on commit a1d30bf

Please sign in to comment.