-
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
azurerm_express_route_circuit - de-provision and re-provision circuit when changing bandwidth reduction (#3983) #6601
azurerm_express_route_circuit - de-provision and re-provision circuit when changing bandwidth reduction (#3983) #6601
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.
LGTM 👍
Reduction in bandwidth forces new resource, utilizing CustomizeDiff
@pearcec I hope you don't mind, but I'm going to rebase this on top of master to fix the merge conflicts |
566176d
to
594a8fa
Compare
Go for it. |
@pearcec I've run the tests for this a couple of times but they appear to fail with:
so it looks like that something may need updating here? |
I will take a look. |
@tombuildsstuff I am not having the same issue:
I am building in East US. Where are you building? Can you run it with a trace and give me the log perhaps I can see something? So are you just running that test or running them all? |
I ran it a few times and looks like it's azure being flakey |
This has been released in version 2.10.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.10.0"
}
# ... other configuration ... |
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! |
Reduction in bandwidth forces new resource, utilizing CustomizeDiff
Fixes #3983