Skip to content

Commit 5f61cf6

Browse files
committed
Fix Formatting
1 parent 8800bc8 commit 5f61cf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/network/gpu-rdma-vpc/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ variable "subnetworks_template" {
6767
validation {
6868
# If it's NOT a RoCE Metal profile, the template cannot be null
6969
condition = (
70-
can(regex("vpc-roce-metal", var.network_profile)) ?
71-
var.subnetworks_template == null :
70+
can(regex("vpc-roce-metal", var.network_profile)) ?
71+
var.subnetworks_template == null :
7272
var.subnetworks_template != null
7373
)
7474
error_message = "subnetworks_template must be null when using 'vpc-roce-metal' network profile and non-null for all other profiles."

0 commit comments

Comments
 (0)