-
Notifications
You must be signed in to change notification settings - Fork 85
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
Terraform breaks when NAT rule is deleted #165
Comments
Hi @z4ce, thanks for reporting this issue! Could you please provide your config, and NSXT version. The general case of deleting nat rule works for us. Thanks! |
Hi @annakhm, I can confirm that Terraform can delete a NAT rule just fine. In this case the NAT rule is being deleted directly using the NSX-Manager GUI. I'm expecting Terraform to recreate the externally deleted NAT rule. I'll update my steps to reproduce to make that more clear. The version if NSXT we are using is 2.3.1. What config would help? |
Thanks for the detailed explanation, fixing with https://github.com/terraform-providers/terraform-provider-nsxt/pull/166 |
Thanks for the super quick resolution! Any idea when you'll cut the next release? |
Unfortunately release plan is not finalized yet. Hope we'll release the bugfix release soon! |
Expected behavior
When a previously created NAT rule is deleted and
terraform apply
is run, the NAT rule is recreated.Observed behavior
When a previously created NAT rule is deleted and
terraform apply
is run, terraform produces an error and refuses to continue. Produces error like this:Steps to reproduce
terraform apply
against NSX-Tterraform apply
The text was updated successfully, but these errors were encountered: