aiven / terraform-provider-aiven

Aiven Terraform Provider
https://registry.terraform.io/providers/aiven/aiven/latest/docs
MIT License
129 stars 70 forks source link

Expose Azure config parameters in aiven_vpc_peering_connection resource. #261

Closed jlforester closed 4 years ago

jlforester commented 4 years ago

As it stands, there is no way to specify the peer-resource-group, peer-azure-app-id, and peer-azure-tenant-id that are needed to create a peering connection with an Azure VNET.

These options are exposed via the avn CLI as --peer-resource-group, --peer-azure-app-id, and --peer-azure-tenant-id

I would like to request that these be added to the aiven_vpc_peering_connection resource so that peering connections can be created with Azure VNETs.

ivan-savciuc commented 4 years ago

Yes indeed these parameters are currently missing from aiven_vpc_peering_connection resource, and we are now actively working on adding them together with support for AWS Transit Gateway. It will be available in the new minor release sometime soon.

ivan-savciuc commented 4 years ago

New Azure config parameters available in https://github.com/aiven/terraform-provider-aiven/releases/tag/v1.3.4 release