From f22564c6c823943716533a4b323a95606c8daab3 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Tue, 23 Aug 2016 20:02:22 +0100 Subject: [PATCH] docs/aws: Documentation Update for `aws_db_option_group` (#8424) Remove `apply_immediately` from the example and add a short note that we apply_immediately by default --- .../source/docs/providers/aws/r/db_option_group.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: