Skip to content

Is there a way to define the default address space on Azure? #2883

Answered by 3u13r
jeffreyflynt asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,
I assume you want to peer the two currently overlapping VPCs?
You get full control over the infrastructure when using our terraform provider. You can find an example main.tf here. Since the VPC CIDR is not exposed in our azure_infrastructure module, you need to download the .zip containing the infrastructure module unpack it in the same folder and point the module source to it. Then you have full control over all CIDRs and edit the VPC CIDR in https://github.com/edgelesssys/constellation/blob/main/terraform/infrastructure/azure/main.tf#L195. Note that the VPC contains multiple subnets, so if you want to use a /24 for the VPC you also need to decrease the subnet sizes.

I hope this h…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 3u13r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants