From 027081b1cd4d62d0694858cd93e39395fd8ea97d Mon Sep 17 00:00:00 2001 From: misterpantz Date: Mon, 22 Jul 2024 16:41:28 -0700 Subject: [PATCH] stragglers --- providers/arista/resources/arista.lr | 2 +- providers/vcd/resources/vcd.lr | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/providers/arista/resources/arista.lr b/providers/arista/resources/arista.lr index 6c56e4eb06..42bc5d1db6 100644 --- a/providers/arista/resources/arista.lr +++ b/providers/arista/resources/arista.lr @@ -46,7 +46,7 @@ arista.eos.runningConfig.section { arista.eos.user @defaults("name privilege") { // The name of the user name string - // Indicates if the user is able to authenticate without a password + // Whether the user can authenticate without a password privilege string // User's assigned role role string diff --git a/providers/vcd/resources/vcd.lr b/providers/vcd/resources/vcd.lr index 7d91a3db88..792f75b525 100644 --- a/providers/vcd/resources/vcd.lr +++ b/providers/vcd/resources/vcd.lr @@ -196,11 +196,11 @@ private vcd.vm @defaults("name") { vcd.serverInstance { // Name of vCenter server name string - // Indicates if vCenter server is busy + // Whether vCenter server is busy isBusy bool - // Indicates if vCenter server is enabled + // Whether vCenter server is enabled isEnabled bool - // Indicates if vCenter server is supported + // Whether vCenter server is supported isSupported bool // vCenter listener state listenerState string @@ -264,7 +264,7 @@ vcd.vdc { usedNetworkCount int // Quota of VMs that can be created in this VDC vmQuota int - // Indicates if VDC is enabled for use + // Whether VDC is enabled isEnabled bool }