Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
variable "region" {
description = "This is the cloud hosting region where your webapp will be deployed."
type = string
default = "us-west-2"
}

variable "prefix" {
description = "This is the environment your webapp will be prefixed with. dev, qa, or prod."
type = string
default = "dev"
}

variable "name" {
description = "Your name to attach to the webapp address."
type = string
default = "dv"
}