Skip to content

Commit

Permalink
Merge pull request #27527 from BryanStenson-okta/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
ewbankkit authored Oct 28, 2022
2 parents 224e838 + c3fab78 commit 274b548
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/r/db_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ Note that for Amazon Aurora instances the engine version must match the [DB clus
* `final_snapshot_identifier` - (Optional) The name of your final DB snapshot
when this DB instance is deleted. Must be provided if `skip_final_snapshot` is
set to `false`. The value must begin with a letter, only contain alphanumeric characters and hyphens, and not end with a hyphen or contain two consecutive hyphens. Must not be provided when deleting a read replica.
* `iam_database_authentication_enabled` - (Optional) Specifies whether or
mappings of AWS Identity and Access Management (IAM) accounts to database
* `iam_database_authentication_enabled` - (Optional) Specifies whether mappings of AWS Identity and Access Management (IAM) accounts to database
accounts is enabled.
* `identifier` - (Optional, Forces new resource) The name of the RDS instance,
if omitted, Terraform will assign a random, unique identifier. Required if `restore_to_point_in_time` is specified.
Expand Down

0 comments on commit 274b548

Please sign in to comment.