Problem: Terraform - variable type object #2823
Answered
by
fiftin
UrbanDavid
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
fiftin
Mar 22, 2025
Replies: 1 comment
-
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"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fiftin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your JSON can't be displayed in table, because it has nested object: