Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Add route table #133

Open
noyoshi opened this issue Jan 27, 2022 · 2 comments
Open

Add route table #133

noyoshi opened this issue Jan 27, 2022 · 2 comments

Comments

@noyoshi
Copy link

noyoshi commented Jan 27, 2022

What resource do you need?

Route table - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/route_table

What is your use case?

When you provision an AKS cluster, unless you manually create a vnet for the node group to go, it will provision one for you. This vnet is not accessible via Crossplane for modification. The use case in this case is setting up private endpoints in that vnet so that the aks cluster can use those instead of the public endpoints to stuff such as managed dbs.

If we want to manually create a vnet to give aks when provisioning the cluster, it needs stuff such as a route table in it.

@jbw976
Copy link
Member

jbw976 commented Feb 2, 2022

Hey there @noyoshi! Does this correspond to the the RouteTable resource you are looking for? https://doc.crds.dev/github.com/crossplane-contrib/provider-jet-aws/ec2.aws.jet.crossplane.io/RouteTable/v1alpha2@v0.4.0

@ulucinar
Copy link
Collaborator

ulucinar commented Feb 2, 2022

Hi @noyoshi,
Looks like we had to exclude azurerm_route_table due to a naming collision when provider-jet-azure was consuming older versions of Terrajet. However, we should now be able to generate it.

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

No branches or pull requests

3 participants