Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
fix template path
Browse files Browse the repository at this point in the history
  • Loading branch information
kendall libby committed Apr 28, 2016
1 parent cdf3bc6 commit 5cb0976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "bucket_path" {
}

resource "template_file" "logging_bucket_policy" {
template = "${file("cloudtrail_bucket.json.tmpl")}"
template = "${file("${path.module}/cloudtrail_bucket.json.tmpl")}"
vars {
bucket_name = "${var.bucket_name}"
bucket_path = "${var.bucket_path}"
Expand Down

0 comments on commit 5cb0976

Please sign in to comment.