Skip to content
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

Error: Unsupported argument " disable_bgp_route_propagation" #1

Open
Dost2010 opened this issue Sep 6, 2024 · 0 comments
Open

Error: Unsupported argument " disable_bgp_route_propagation" #1

Dost2010 opened this issue Sep 6, 2024 · 0 comments

Comments

@Dost2010
Copy link

Dost2010 commented Sep 6, 2024

Executing it and getting this error.

│ Error: Unsupported argument

│ on routing.tf line 10, in resource "azurerm_route_table" "primary-spoke-route-table":
│ 10: disable_bgp_route_propagation = true

│ An argument named "disable_bgp_route_propagation" is not expected here.


│ Error: Unsupported argument

│ on routing.tf line 46, in resource "azurerm_route_table" "primary-secure-spoke-2-fe-route-table":
│ 46: disable_bgp_route_propagation = true

│ An argument named "disable_bgp_route_propagation" is not expected here.


│ Error: Unsupported argument

│ on routing.tf line 83, in resource "azurerm_route_table" "primary-secure-spoke-2-be-route-table":
│ 83: disable_bgp_route_propagation = true

│ An argument named "disable_bgp_route_propagation" is not expected here.


│ Error: Unsupported argument

│ on routing.tf line 125, in resource "azurerm_route_table" "secondary-spoke-route-table":
│ 125: disable_bgp_route_propagation = true

│ An argument named "disable_bgp_route_propagation" is not expected here.


│ Error: Unsupported argument

│ on routing.tf line 171, in resource "azurerm_route_table" "primary-azfw-route-table":
│ 171: disable_bgp_route_propagation = false

│ An argument named "disable_bgp_route_propagation" is not expected here.


│ Error: Unsupported argument

│ on routing.tf line 201, in resource "azurerm_route_table" "secondary-azfw-route-table":
│ 201: disable_bgp_route_propagation = false

│ An argument named "disable_bgp_route_propagation" is not expected here.


│ Error: Unsupported argument

│ on routing.tf line 231, in resource "azurerm_route_table" "primary-gateway-subnet-route-table":
│ 231: disable_bgp_route_propagation = false

│ An argument named "disable_bgp_route_propagation" is not expected here.


│ Error: Unsupported argument

│ on routing.tf line 268, in resource "azurerm_route_table" "secondary-gateway-subnet-route-table":
│ 268: disable_bgp_route_propagation = false

│ An argument named "disable_bgp_route_propagation" is not expected here.


│ Error: Unsupported argument

│ on routing.tf line 305, in resource "azurerm_route_table" "primary-vm-subnet-route-table":
│ 305: disable_bgp_route_propagation = true

│ An argument named "disable_bgp_route_propagation" is not expected here.


│ Error: Unsupported argument

│ on routing.tf line 359, in resource "azurerm_route_table" "secondary-vm-subnet-route-table":
│ 359: disable_bgp_route_propagation = true

│ An argument named "disable_bgp_route_propagation" is not expected here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant