You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
one.tfvariable"allow_unverified_ssl" {
default="true"description="Communication with vsphere server with self signed certificate"
}
two.tf# This variable is not properly formattedvariable"datacenter_1_name" {
type="string"
}
Returns
variable"allow_unverified_ssl" {
default="true"
}
# This variable is not properly formattedvariable"datacenter_1_name" {
description="Communication with vsphere server with self signed certificate"type="string"
}
The text was updated successfully, but these errors were encountered:
Returns
The text was updated successfully, but these errors were encountered: