Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 24, 2021
1 parent f031c77 commit d568c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/generate_splunk.config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "template_file" "splunk_config" {
vars = {
account_id = local.account_id
account_alias = local.account_alias
entry_uuid = random_uuid.splunk.result
entry_uuid = random_uuid.splunk_config.result
region = local.config_region
queue_url = aws_sqs_queue.config.id
}
Expand Down
2 changes: 1 addition & 1 deletion config/generate_splunk.config_rules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "template_file" "splunk_configrules" {
vars = {
account_id = local.account_id
account_alias = local.account_alias
entry_uuid = random_uuid.splunk.result
entry_uuid = random_uuid.splunk_configrules.result
region = local.config_region
}
}
Expand Down

0 comments on commit d568c68

Please sign in to comment.