-
Notifications
You must be signed in to change notification settings - Fork 131
NAT Gateway not creating #19
Comments
Fixes issue GoogleCloudPlatform#19
Hi, I managed to run this once but again receiving same kind of error .
|
Hi, |
After an error on the first run, the module now does not work with the above error
|
@mafrosis, can you post a snippet of your code and your terraform and provider versions? |
Terraform version 11.7, and provider version 1.16. Nothing special happening with our use of the module - the code is as you would expect:
AFAICT the issue stemmed from a timeout when the MIG was creating, which left the terraform in an unrecoverable state with the error I pasted above. I recovered with some manual intervention and judicious application of |
Also experiencing this issue, the MIG is taking a long time to create. Terraform times out, and then every operation after that hangs. If I delete the instance (but not the MIG) I get that error. |
The causing issue for this for me was that I was not specifying subnetwork when I needed to - it seems like stuff like this causes this terraform module to go into an unrecoverable state. |
Using terraform to create nat-gateway using this module.
https://registry.terraform.io/modules/GoogleCloudPlatform/nat-gateway/google/1.1.3
using this code :
Other snippets :
================
Above errror coming up and whole terraform script get stop , and unable to run
terraform apply
orterraform destroy
at any changes,any possible issue causing this ?
The text was updated successfully, but these errors were encountered: