diff --git a/splunk-description/generate_splunk.description.tf b/splunk-description/generate_splunk.description.tf index bce99e6..5193281 100644 --- a/splunk-description/generate_splunk.description.tf +++ b/splunk-description/generate_splunk.description.tf @@ -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" } }