You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
can a data source for "azurerm_route_table" can be added?
We use a script acs-engine to deploy kubernetes cluster (so without terraform) and this autocreate a route table, problem is: all infrastructure vnet/subnet are already created by terraform, so without data source added, it will remove the route table if we tf apply.
Today we add the route_table_id in a static variable in the subnet creation file, but since they happen to destroy and recreate cluster, this is not dynamic...
Thank you
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue - I took a look into this on Friday and opened #1203 which adds a new Data Source for Route Tables to the Azure Provider; I've just merged this and as such this will ship with the next version of the AzureRM Provider :)
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!
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
can a data source for "azurerm_route_table" can be added?
We use a script acs-engine to deploy kubernetes cluster (so without terraform) and this autocreate a route table, problem is: all infrastructure vnet/subnet are already created by terraform, so without data source added, it will remove the route table if we tf apply.
Today we add the route_table_id in a static variable in the subnet creation file, but since they happen to destroy and recreate cluster, this is not dynamic...
Thank you
The text was updated successfully, but these errors were encountered: