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

New Data Source: azurerm_route_table #1155

Closed
valtos opened this issue Apr 24, 2018 · 2 comments · Fixed by #1203
Closed

New Data Source: azurerm_route_table #1155

valtos opened this issue Apr 24, 2018 · 2 comments · Fixed by #1203

Comments

@valtos
Copy link

valtos commented Apr 24, 2018

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

@tombuildsstuff tombuildsstuff changed the title Data Sources - azurerm_route_table New Data Source: azurerm_route_table Apr 24, 2018
tombuildsstuff added a commit that referenced this issue May 6, 2018
@tombuildsstuff tombuildsstuff added this to the 1.5.0 milestone May 7, 2018
tombuildsstuff added a commit that referenced this issue May 7, 2018
* New Data Source: `azurerm_route_table`

Fixes #1155

* Fixing issues identified during code review
@tombuildsstuff
Copy link
Contributor

hey @valtos

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 :)

Thanks!

@ghost
Copy link

ghost commented Mar 31, 2020

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 ghost locked and limited conversation to collaborators Mar 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants