Skip to content

Commit

Permalink
retention_in_days variable is a string
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorQuiroz committed Sep 23, 2024
1 parent 879cd82 commit 19f4bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ variable "stage_name" {
}

variable "retention_in_days" {
type = string
description = "Number of days you want to retain log events in the API Gateway log group"
default = "30"
}

0 comments on commit 19f4bb3

Please sign in to comment.