diff --git a/modules/gcve-private-cloud/variables.tf b/modules/gcve-private-cloud/variables.tf index d81eb0b4..934b0efe 100644 --- a/modules/gcve-private-cloud/variables.tf +++ b/modules/gcve-private-cloud/variables.tf @@ -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({