[#219] Specify VPC module key output format in docs (#220)

* [#219] Specify VPC module key output format in docs

* Update README.md

Co-authored-by: Ludovico Magnocavallo <ludo@qix.it>
This commit is contained in:
Luca Prete 2021-04-01 15:23:57 +02:00 committed by GitHub
parent 770968fd22
commit aebb9dc1fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -163,3 +163,4 @@ module "vpc-host" {
| subnets | Subnet resources. | |
<!-- END TFDOC -->
The key format is `subnet_region/subnet_name`. For example `europe-west1/my_subnet`.