terraform-oci-compute-instance icon indicating copy to clipboard operation
terraform-oci-compute-instance copied to clipboard

Public IPs output value must not be empty when deployment completed.

Open denismakogon opened this issue 3 years ago • 1 comments

In all scenarios, the output variable public_ip for an instance (or a pool) remains empty when the compute instance is deployed successfully. Here's an example. For the deployment of 3 instances w/ public IPs the output value is:

ip_address = [
  "",
  "",
  "",
]

after some time it will be updated to the exact value. However, it makes the full deployment that uses this module divided onto two stages:

  1. Deploy VMs and keep refreshing until you get the IPs.
  2. Proceed with the rest of the deployment.

denismakogon avatar Nov 28 '22 13:11 denismakogon

This is still the issue...

JecminekTomas avatar Jun 29 '24 17:06 JecminekTomas