Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
manumbs authored May 15, 2020
1 parent 7e1a649 commit 619f480
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions site-main/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,15 @@ variable "max_ttl" {
description = "CloudFront maximum TTl"
default = "1200"
}

variable "application" {
type = string
}

variable "environment" {
type = string
}

variable "project" {
type = string
}

0 comments on commit 619f480

Please sign in to comment.