feat: initial commit
This commit is contained in:
commit
94c046e7e7
11 changed files with 89 additions and 0 deletions
13
variables.tf
Normal file
13
variables.tf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
variable "name" {
|
||||
type = string
|
||||
description = "Example: John Doe"
|
||||
}
|
||||
|
||||
variable "username" {
|
||||
type = string
|
||||
description = "Example: johndoe_"
|
||||
}
|
||||
|
||||
variable "email" {
|
||||
type = string
|
||||
}
|
||||
Reference in a new issue