Skip to content

Problem: Terraform - variable type object #2823

Answered by fiftin
UrbanDavid asked this question in Q&A
Discussion options

You must be logged in to vote

Your JSON can't be displayed in table, because it has nested object:

{
    "vsphere_server": "xxxx",
    "vsphere_user": "xxx",
    "vsphere_password": "xxx",
    "vsphere_datacenter": "xx",
    "servers_web": {
        "vm_name_prefix": "XX-WEB",
        "vm_instances_count": "1",
        "vm_ip": "xxxx",
        "vm_ip_mask": "24",
        "vm_ip_gateway": "xx",
        "vm_folder": "",
        "vm_num_cpus": "1",
        "vm_num_cores_per_socket": "4",
        "vm_memory": "1024",
        "vm_diskC": "30"
    }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fiftin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2809 on March 22, 2025 19:05.