diff --git a/website/source/docs/providers/aws/r/db_option_group.html.markdown b/website/source/docs/providers/aws/r/db_option_group.html.markdown index 2c6feaab5..acfcef665 100644 --- a/website/source/docs/providers/aws/r/db_option_group.html.markdown +++ b/website/source/docs/providers/aws/r/db_option_group.html.markdown @@ -28,11 +28,11 @@ resource "aws_db_option_group" "bar" { option { option_name = "TDE" } - - apply_immediately = true } ``` +~> **Note**: Any modifications to the `db_option_group` are set to happen immediately as we default to applying immediately. + ## Argument Reference The following arguments are supported: