-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
New Resource: azurerm_route_map
#19402
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a test failure:
------- Stdout: -------
=== RUN TestAccRouteMap_update
=== PAUSE TestAccRouteMap_update
=== CONT TestAccRouteMap_update
testcase.go:110: Step 1/6 error: Error running pre-apply refresh: exit status 1
Error: The name must begin with a letter, end with a letter or underscore, and may contain only letters, underscores, periods or hyphens. "name": "acctestrm-221205173843714849"
with azurerm_route_map.test,
on terraform_plugin_test.tf line 39, in resource "azurerm_route_map" "test":
39: name = "acctestrm-221205173843714849"
--- FAIL: TestAccRouteMap_update (2.97s)
FAIL
@katbyte , updated tc. Now all TCs passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💾
CHANGELOG hashicorp#19402
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR is to support new resource
azurerm_route_map
.--- PASS: TestAccRouteMap_basic (2037.04s)
--- PASS: TestAccRouteMap_complete (2114.53s)
--- PASS: TestAccRouteMap_update (2375.27s)
--- PASS: TestAccRouteMap_requiresImport (2588.88s)