-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
compute_router_nat doesn't support Update #2773
compute_router_nat doesn't support Update #2773
Comments
Where's the plan? |
Unfortunately as of right now compute_router_nat doesn't support any in place updates. I'll update labels and title to reflect the root problem. |
@chrisst where is this described ? Since it can be updated in place I am surprised the API does not allow this |
It's not a limitation of the api, it's just something that didn't get implemented in the first pass of this resource when it was written. CC'ing @cornmander (author) to see if he has time to add it, otherwise we'll try and get to it soon. |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Then later add another subnetwork
Expected Behavior
The subnetwork-2 should be added to the highly available Cloud NAT. You can add/edit in the console without recreating the Cloud NAT.
Actual Behavior
The whole google_compute_router_nat gets destroyed then recreated.
The text was updated successfully, but these errors were encountered: