Skip to content

Commit

Permalink
Update modules/network/gpu-rdma-vpc/variables.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Downes <tpdownes@users.noreply.github.com>
  • Loading branch information
cdunbar13 and tpdownes authored Dec 12, 2024
1 parent aaeff69 commit b117dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/network/gpu-rdma-vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ variable "network_profile" {
nullable = false

validation {
condition = var.network_profile != ""
condition = can(coalesce(var.network_profile))
error_message = "var.network_profile must be specified and not an empty string"
}
}

0 comments on commit b117dc2

Please sign in to comment.