Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
juliezzhou committed Oct 30, 2024
1 parent 96196e0 commit 5ff396c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ variable "a"{
description = "name"
type = string
}

variable "url"{
description = "this is the url for the application"
type = string
}

0 comments on commit 5ff396c

Please sign in to comment.