mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-05 21:53:04 -06:00
Merge #8139: Remove some errant apostrophes in the docs
This commit is contained in:
commit
57c75dba7d
@ -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
|
||||
```
|
||||
```
|
||||
|
@ -17,7 +17,7 @@ For more information on Amazon Aurora, see [Aurora on Amazon RDS][2] in the Amaz
|
||||
|
||||
Changes to a RDS Cluster can occur when you manually change a
|
||||
parameter, such as `port`, 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).
|
||||
|
Loading…
Reference in New Issue
Block a user