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:
parent
e3e23fccb3
commit
f22564c6c8
|
@ -28,11 +28,11 @@ resource "aws_db_option_group" "bar" {
|
||||||
option {
|
option {
|
||||||
option_name = "TDE"
|
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
|
## Argument Reference
|
||||||
|
|
||||||
The following arguments are supported:
|
The following arguments are supported:
|
||||||
|
|
Loading…
Reference in New Issue