Skip to content

Commit

Permalink
🚨 (terraform/dns): Lint TF
Browse files Browse the repository at this point in the history
  • Loading branch information
xunleii committed Jan 27, 2024
1 parent 934f346 commit 3037680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/dns/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ variable "records" {
condition = alltrue([for r in var.records : can(r.value) && can(r.data)])
error_message = "Only 'value' or 'data' can be set, not both."
}
}
}

0 comments on commit 3037680

Please sign in to comment.