fixed variables order
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
variable "cidr" {
|
||||
description = "vSphere/vSAN subnets CIDR range. To undersatnd the limits, please refer to [GCVE network requirements](https://cloud.google.com/vmware-engine/docs/quickstart-networking-requirements)."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "description" {
|
||||
description = "Private cloud description."
|
||||
@@ -20,11 +24,6 @@ variable "description" {
|
||||
default = "Terraform-managed."
|
||||
}
|
||||
|
||||
variable "cidr" {
|
||||
description = "vSphere/vSAN subnets CIDR range. To undersatnd the limits, please refer to [GCVE network requirements](https://cloud.google.com/vmware-engine/docs/quickstart-networking-requirements)."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "management_cluster_config" {
|
||||
description = "Management cluster configuration."
|
||||
type = object({
|
||||
|
||||
Reference in New Issue
Block a user