Control peering configuration like `allow_forwarded_traffic` in `aiven_azure_vpc_peering_connection` terraform resource
As a software engineer who often does infra stuff, I want to fully configure our Aiven vnet peering on Azure using terraform, so that we don't loose knowledge of how our infrastructure is configured and so that we can always tear it down and re-create it.
Primarily I'm interested in allow_forwarded_traffic
but I think ideally exposing all of the following Azure configurations through the aiven_azure_vpc_peering_connection
terraform resource would be ideal.
allow_virtual_network_access
allow_forwarded_traffic
allow_gateway_transit
use_remote_gateways
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_network_peering#allow_virtual_network_access
Terraform support should be part of our work to enable peering for the new Org Level VPCs on our roadmap.
-
Ilkka Sarpila commented
Would be an important feature for not only UpCloud but also multicloud users of Aiven.
-
As a DevOps Engineer
I want to create UpCloud VPC peering connections via the Aiven Terraform provider
so that I can effectively manage my infrastructure as code