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 bf17f94 commit 59ba253
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions issue.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ output "null_map" {
value = var.null_map
}

variable "null" {
default = null
}

output "null" {
value = var.null
}

#####

# variable "issue" {
Expand Down

0 comments on commit 59ba253

Please sign in to comment.