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
This commit is contained in:
Paul Stack 2016-08-23 20:02:22 +01:00 committed by GitHub
parent e3e23fccb3
commit f22564c6c8
1 changed files with 2 additions and 2 deletions

View File

@ -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: