Skip to content

Commit

Permalink
Update issue.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Oct 26, 2023
1 parent 77abd86 commit bf17f94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions issue.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ output "bool" {
value = var.bool
}

variable "null_map" {
type = map
default = null
}

output "null_map" {
value = var.null_map
}

#####

# variable "issue" {
Expand Down

0 comments on commit bf17f94

Please sign in to comment.