apostrophe police

Sorry, my OCD kicked in.

Use `it's` when you mean `it is`.
Use `its` when you mean something belongs to `it`.
This commit is contained in:
Michael Blakeley 2016-08-11 09:32:54 -07:00 committed by GitHub
parent 97fcd5f4cc
commit 03bc37edcb
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ databases.
Changes to a DB instance can occur when you manually change a
parameter, such as `allocated_storage`, and are reflected in the next maintenance
window. Because of this, Terraform may report a difference in it's planning
window. Because of this, Terraform may report a difference in its planning
phase because a modification has not yet taken place. You can use the
`apply_immediately` flag to instruct the service to apply the change immediately
(see documentation below).
@ -148,4 +148,4 @@ DB Instances can be imported using the `identifier`, e.g.
```
$ terraform import aws_db_instance.default mydb-rds-instance
```
```