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 Dec 10, 2024
1 parent d085f61 commit b5dcc0c
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 @@ -141,6 +141,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 b5dcc0c

Please sign in to comment.