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
Is your feature request related to a problem? Please describe.
Instead of mentioning all the details like cvm_ip, ipmi_ip, etc. manually, we can leverage the config.json file downloaded from install.nutanix.com to create the spec dynamically.
Example :
We can create local variable to get details from config using - locals{ config = (jsondecode(file("config.json"))) }
The text was updated successfully, but these errors were encountered:
bhati-pradeep
changed the title
Example for using config json file downloaded from install.nutanix.com to image nodes using terraform nutanix foundation
Add Example for using config json file downloaded from install.nutanix.com to image nodes using terraform nutanix foundation
May 3, 2022
Is your feature request related to a problem? Please describe.
Instead of mentioning all the details like cvm_ip, ipmi_ip, etc. manually, we can leverage the config.json file downloaded from install.nutanix.com to create the spec dynamically.
Example :
We can create local variable to get details from config using -
locals{ config = (jsondecode(file("config.json"))) }
The text was updated successfully, but these errors were encountered: