Fixing typo
This commit is contained in:
parent
d770a16264
commit
2f3ad4b692
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue