Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 28, 2021
1 parent 534a31b commit 1bf089d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk-description/generate_splunk.description.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ resource "null_resource" "splunk_description" {
}
provisioner "local-exec" {
working_dir = "setup"
command = "echo '${data.template_file.splunk_description.rendered}' > ${local.template_prefix}.${local.account_id}.${local.config_region}.conf"
command = "echo '${data.template_file.splunk_description.rendered}' > ${local.template_prefix}.${local.account_id}.${local.region}.conf"
}
}

0 comments on commit 1bf089d

Please sign in to comment.