Skip to content

Commit

Permalink
docs: Update path param aws_cloudfront_function in example (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored Oct 11, 2023
1 parent a1bc7ac commit 0b9abe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -337,5 +337,5 @@ resource "random_pet" "this" {
resource "aws_cloudfront_function" "example" {
name = "example-${random_pet.this.id}"
runtime = "cloudfront-js-1.0"
code = file("example-function.js")
code = file("${path.module}/example-function.js")
}

0 comments on commit 0b9abe7

Please sign in to comment.