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
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:
Deploy VMs and keep refreshing until you get the IPs.
Proceed with the rest of the deployment.
The text was updated successfully, but these errors were encountered:
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:
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:
The text was updated successfully, but these errors were encountered: