Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
denismakogon opened this issue Nov 28, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@denismakogon
Copy link
Contributor

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 denismakogon added the bug Something isn't working label Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant