Terraform Openstack Output parameter for CPU & Memory

207 Views Asked by At

Terrafomr OPENSTACK provider, I am unable to find the output parameter for CPU and memory

Example:

output "instanceip" 

value = "${openstack_compute_instance_v2.instance.network.0.fixed_ip_v4}"

We get IP from above code here I need to get output for CPU & Memory

0

There are 0 best solutions below