Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
amarin-dspace committed Mar 25, 2024
1 parent 8e86d54 commit dd19476
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
variable "justAtest" {
type = string
description = "A test variable"
default = "99.99"

}

variable "tags" {
type = map(any)
description = "The tags to be added to all resources."
Expand Down

0 comments on commit dd19476

Please sign in to comment.