Correct the name used to reference the folders module (#78)

This commit is contained in:
Chris Taylor 2020-05-22 13:47:50 -04:00 committed by GitHub
parent 8934d6de25
commit b75e6becf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ This module allow creation and management of sets of folders sharing a common pa
```hcl
module "folder" {
source = "./modules/folder"
source = "./modules/folders"
parent = "organizations/1234567890"
names = ["Folder one", "Folder two]
iam_members = {
@ -26,7 +26,7 @@ module "folder" {
```hcl
module "folder" {
source = "./modules/folder"
source = "./modules/folders"
parent = "organizations/1234567890"
names = ["Folder one", "Folder two]
policy_boolean = {