Slide 6
Slide 6 text
variable "db_username" {
type = string
description = "username for PostgreSQL database"
}
variable "db_password" {
type = string
description = "password for PostgreSQL database"
}
INPUT VARIABLES
[UNIT TEST]
TERRAFORM
FMT
[BUILD]
TERRAFORM
INIT
[DEPLOY]
TERRAFORM
PLAN
[RELEASE]
TERRAFORM
APPLY
[TEST]