summaryrefslogtreecommitdiff
path: root/TerraformCloud/Vsphere_terraform_ansible_single_vyos_instance-main/versions.tf
blob: a2a8128bf286bdec4dc6749b9b8d0e8fe38f0891 (plain)
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"
    }
  }
}