fixed variables order

This commit is contained in:
eliamaldini 2023-08-18 15:52:56 +02:00
parent 9452a14ac7
commit bf26580b9d
1 changed files with 4 additions and 5 deletions

View File

@ -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({