grem11n / terraform-aws-vpc-peering

Terraform module to setup VPC peering connection
https://registry.terraform.io/modules/grem11n/vpc-peering/aws/latest
Apache License 2.0
126 stars 91 forks source link

Allow to define the peering connection name as a variable #106

Closed uridium closed 9 months ago

uridium commented 1 year ago

This PR allows to define a resource name in a standard way, as a variable.

image image

You can use other tags as before.

Name as a variable has a precedence over name as a tag, so if you by mistake declare both, the former is going to be used.