You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| export\_local\_custom\_routes | Export custom routes to peer network from local network. |`bool`|`false`| no |
52
+
| export\_local\_subnet\_routes\_with\_public\_ip | Export custom routes to peer network from local network (defaults to true; causes the Local Peering Connection to align with the [provider default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_network_peering#export_subnet_routes_with_public_ip), and the Remote Peering Connection to be opposite the provider default). |`bool`|`true`| no |
52
53
| export\_peer\_custom\_routes | Export custom routes to local network from peer network. |`bool`|`false`| no |
54
+
| export\_peer\_subnet\_routes\_with\_public\_ip | Export custom routes to local network from peer network (defaults to false; causes the Local Peering Connection to align with the [provider default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_network_peering#import_subnet_routes_with_public_ip), and the Remote Peering Connection to be opposite the provider default). |`bool`|`false`| no |
53
55
| local\_network | Resource link of the network to add a peering to. |`string`| n/a | yes |
54
56
| module\_depends\_on | List of modules or resources this module depends on. |`list(any)`|`[]`| no |
55
57
| peer\_network | Resource link of the peer network. |`string`| n/a | yes |
description="Export custom routes to local network from peer network (defaults to false; causes the Local Peering Connection to align with the [provider default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_network_peering#import_subnet_routes_with_public_ip), and the Remote Peering Connection to be opposite the provider default)."
description="Export custom routes to peer network from local network (defaults to true; causes the Local Peering Connection to align with the [provider default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_network_peering#export_subnet_routes_with_public_ip), and the Remote Peering Connection to be opposite the provider default)."
53
+
type=bool
54
+
default=true
55
+
}
56
+
45
57
variable"module_depends_on" {
46
58
description="List of modules or resources this module depends on."
0 commit comments