Skip to content

Commit

Permalink
User Input with Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Trex-Hub committed May 9, 2024
1 parent bf0b1a7 commit d73541c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Variable/printName.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
output "printName" {
value = "Hello, ${var.username}"
}
3 changes: 3 additions & 0 deletions Variable/variable.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
variable "username" {

}

0 comments on commit d73541c

Please sign in to comment.