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
Google Compute Engine allows instances to be created without assigning an ephemeral IP address (https://cloud.google.com/compute/docs/instances-and-network), but Terraform doesn't seem to support creating an instance without an external IP.
Currently Terraform hard codes 1 access config when creating an instance, which forces us to assign an external IP address. (Thanks to Spark on IRC for hunting down the problem in the Terraform source)
Sometimes, we do not want instances to be addressable from the global internet. Terraform should allow us to remove the ephemeral IP address from newly created GCE instances.
The text was updated successfully, but these errors were encountered:
I would like to fix this by exposing the accessConfig structure in the terraform config. This will create a backwards incompatibility but IMO is worth it.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
May 4, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Google Compute Engine allows instances to be created without assigning an ephemeral IP address (https://cloud.google.com/compute/docs/instances-and-network), but Terraform doesn't seem to support creating an instance without an external IP.
Currently Terraform hard codes 1 access config when creating an instance, which forces us to assign an external IP address. (Thanks to Spark on IRC for hunting down the problem in the Terraform source)
Sometimes, we do not want instances to be addressable from the global internet. Terraform should allow us to remove the ephemeral IP address from newly created GCE instances.
The text was updated successfully, but these errors were encountered: