I have multiple VM running for months now.
I realized some random ygg ip addresses are lacking on terraform output:
ygg_ip_1410 = ""
ygg_ip_1413 = ""
ygg_ip_1458 = "302:f959:4b26:b3dc:f5bb:9fc3:7bef:b2fc"
ygg_ip_1554 = ""
ygg_ip_1591 = ""
ygg_ip_1598 = "300:1d67:64f1:941b:6b49:4c14:60e9:49ea"
ygg_ip_1609 = ""
ygg_ip_1675 = "301:8b73:6e74:709d:20b8:1940:ca8b:d218"
This never, ever happened before.
how can I output now, after ygg_ip changed to planetary_ip all the addresses of the VMs I am running?
I've tried changing the ygg_ip to planetary_ip on main.tf but i got this error message:
Error: Unsupported attribute
│
│ on main.tf line 2290, in output "Planetary_ip_1394":
│ 2290: value = grid_deployment._1394.vms[0].planetary_ip
│
│ This object has no argument, nested block, or exported attribute named "planetary_ip".
I have multiple VM running for months now.
I realized some random ygg ip addresses are lacking on terraform output:
ygg_ip_1410 = ""
ygg_ip_1413 = ""
ygg_ip_1458 = "302:f959:4b26:b3dc:f5bb:9fc3:7bef:b2fc"
ygg_ip_1554 = ""
ygg_ip_1591 = ""
ygg_ip_1598 = "300:1d67:64f1:941b:6b49:4c14:60e9:49ea"
ygg_ip_1609 = ""
ygg_ip_1675 = "301:8b73:6e74:709d:20b8:1940:ca8b:d218"
This never, ever happened before.
how can I output now, after ygg_ip changed to planetary_ip all the addresses of the VMs I am running?
I've tried changing the ygg_ip to planetary_ip on main.tf but i got this error message:
Error: Unsupported attribute
│
│ on main.tf line 2290, in output "Planetary_ip_1394":
│ 2290: value = grid_deployment._1394.vms[0].planetary_ip
│
│ This object has no argument, nested block, or exported attribute named "planetary_ip".