Merge pull request #22101 from Batuzz/patch-1

Fixing typo
This commit is contained in:
Radek Simko 2019-07-17 09:18:01 +01:00 committed by GitHub
commit e39fa55a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ module "example" {
```
This is consistent with Terraform's declarative style: rather than creating
modules with complex conditional branches, we we directly describe what
modules with complex conditional branches, we directly describe what
should already exist and what we want Terraform to manage itself.
By following this pattern, we can be explicit about in which situations we