1 2 3 4 5 6 7 8 9 10 11
# Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 terraform { required_providers { vsphere = { source = "hashicorp/vsphere" version = "2.4.0" } } }