-
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_virtual_network_gateway: bgp_settings #1993
Comments
encounter the same issue. It probably due to Azure SDK behaviour that expect bgp setting even though expressRoute does not support BGP setting. |
I've ran into this as well. I don't send any bgp_settings in tf and it should |
Thanks for getting this working. |
Thank you so much for the fix. |
I'm still seeing Do I need to update the terraform azurerm provider for these changes to come into affect? provider "azurerm" {
version = "~> 1.4" |
@midacts this hasn't been released yet - it'll be part of 1.19 when that release ships. |
@midacts , @katbyte merged the code into the master branch, but they have not yet released a new version of the provider. The last release was 1.18.0 released 12 days ago. In the mean time, if you want to test the latest code in master branch, you could install it as a third party plugin https://www.terraform.io/docs/configuration/providers.html#third-party-plugins |
Good to know about the release cycle. After downloading it I can confirm this is fixed. Thanks guys. |
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Terraform Version
$ terraform -v
Terraform v0.11.8
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/6aa4cd02e3c93f92fe83354e96224081
Panic Output
N/A
Expected Behavior
With azurerm_virtual_network_gateway paramameter: enable_bgp = "false"
and no "bgp_settings" defined in .tf file, and bgp is not enabled in Azure,
terraform plan
should detect no changes required.Actual Behavior
Steps to Reproduce
terraform plan
Important Factoids
References
There is a discussion about this issue on reddit
The text was updated successfully, but these errors were encountered: