fix peering config via GKE module in hub and spoke peering README

This commit is contained in:
Ludovico Magnocavallo 2020-04-25 07:35:30 +02:00
parent 6a75a3d2be
commit 095f0d2add
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ Change the GKE cluster module and add a new variable after `private_cluster_conf
```hcl
peering_config = {
export_routes = bool
import_routes = bool
export_routes = true
import_routes = false
}
```