Skip to content

Commit

Permalink
Variable Type Defining
Browse files Browse the repository at this point in the history
  • Loading branch information
Trex-Hub committed May 10, 2024
1 parent ef1efd6 commit b50912a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Variable/variable.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Terraform only ask's for input of a variable when Default is not Defined.
variable "username" {
type = string
default = "Guest"
}

variable "age" {
type = number
}

0 comments on commit b50912a

Please sign in to comment.