Skip to content

Commit

Permalink
updated default values
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed Nov 29, 2023
1 parent d335efe commit 24fcdf3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions scaffold/default-template/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ variable "project_name" {

}

variable "open_port" {
type = number
description = "Port to open"
}

variable "enable_backups" {
type = bool
}

variable "users" {
type = list(string)
description = "List of users"
}

variable "policy_map" {
type = map(string)
description = "Map of policies"
}

variable "test_1" {}

variable "test_2" {
Expand Down

0 comments on commit 24fcdf3

Please sign in to comment.