Fixing typo

This commit is contained in:
Bartosz Studnik 2019-07-17 09:11:49 +02:00 committed by GitHub
parent d770a16264
commit 2f3ad4b692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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