Skip to content

Commit

Permalink
feat: fixed pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
c_jean.silva committed Nov 11, 2024
1 parent 52af52f commit dd1fd0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/infra/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ variable "db_instance_identifier" {
variable "db_name" {
description = "Database Identifier"
type = string
default = "tc-backend"
default = "fiapBackend"
}


variable "db_allocated_storage" {
description = "Allocated storage in GB for RDS"
type = number
Expand All @@ -61,7 +60,6 @@ variable "db_password" {
description = "Master password for the database"
type = string
sensitive = true
default = "d7cbdd4e3f12495793f9aedeb0a0639a"
}

variable "db_engine_version" {
Expand Down

0 comments on commit dd1fd0c

Please sign in to comment.