Skip to content

Commit

Permalink
chore: add variable origin_path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfarias authored Oct 2, 2023
1 parent 26a8b54 commit 1657c88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site-main/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,8 @@ variable "web_acl_id" {
description = "ARN of WAF"
default = null
}

variable "origin_path" {
description = "Optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin."
default = null
}

0 comments on commit 1657c88

Please sign in to comment.