Skip to content

Commit

Permalink
add defaults to variable for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson-miller committed Jan 20, 2024
1 parent cfc9a14 commit 1f1a56b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform-incubator/people-depot/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ provider "aws" {
variable "root_db_password" {
type = string
description = "root database password"
default = "password"
}

variable "app_db_password" {
type = string
default = "password"
}

module "dev" {
Expand Down

0 comments on commit 1f1a56b

Please sign in to comment.