-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when changing route from virtual appliance to any other type (
#2184) * Route table now allows removing next-hop * Route now allows removing next hop and is now more similar to route_table * run gofmt 1.10.4 against resource_arm_route_table * merge from master upstream and fix linting errors * add route test for next_hop_type change * add route table test for next_hop_type change * Update route test to verify empty next hop ip Co-Authored-By: draggeta <[email protected]> * Update route test to verify empty next hop ip Co-Authored-By: draggeta <[email protected]> * ensuring the `next_hop_in_ip_address` field is always set ``` $ acctests azurerm TestAccAzureRMRoute_update === RUN TestAccAzureRMRoute_update --- PASS: TestAccAzureRMRoute_update (151.30s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm 153.050s ```
- Loading branch information
1 parent
984662e
commit b7c50a0
Showing
4 changed files
with
99 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters