mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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_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:
|
||||
|
Loading…
Reference in New Issue
Block a user