Skip to content

Commit

Permalink
removed uncessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Cullan Carey authored and Cullan Carey committed May 9, 2022
1 parent bcdf3f7 commit 9ab2160
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ variable "root_domain_name" {
description = "The domain name of your website."
}

variable "cron_schedule" {
type = string
default = "cron(0 6 1 * ? *)"
description = "A cron job specifying how often the lambda is triggered to update the secret string."
}

variable "website-bucket-region" {
type = string
description = "The primary region where your website will be hosted."
Expand Down

0 comments on commit 9ab2160

Please sign in to comment.