Skip to content

Commit

Permalink
[FIX] - Correção da tabela do dynamodb
Browse files Browse the repository at this point in the history
  • Loading branch information
otavio-code authored Jan 25, 2025
1 parent 2e77a96 commit 99b61fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variable "lambda_function_name" {
variable "dynamodb_table_name" {
description = "Nome da tabela DynamoDB"
type = string
default = "tabela_videos"
default = "table_videos"
}

variable "output_s3_bucket" {
Expand Down

0 comments on commit 99b61fb

Please sign in to comment.