Skip to content

EMF merge is not working as expected  #16

@jachinte

Description

@jachinte
one.tf
variable "allow_unverified_ssl" {
  default     = "true"
  description = "Communication with vsphere server with self signed certificate"
}

two.tf
# This variable is not properly formatted
variable "datacenter_1_name" {
  type = "string"
}

Returns

variable "allow_unverified_ssl" {
  default = "true"
}

# This variable is not properly formatted
variable "datacenter_1_name" {
  description = "Communication with vsphere server with self signed certificate"
  type        = "string"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions