You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Optional) The friendly name for the QLDB Ledger instance. By default generated by Terraform."
5
+
}
6
+
7
+
variable"permissions_mode" {
8
+
type=string
9
+
default="STANDARD"
10
+
description="(Required) The permissions mode for the QLDB ledger instance. Specify either ALLOW_ALL or STANDARD."
11
+
}
12
+
13
+
variable"deletion_protection" {
14
+
type=bool
15
+
default=true
16
+
description="(Optional) The deletion protection for the QLDB Ledger instance. By default it is true. To delete this resource via Terraform, this value must be configured to false and applied first before attempting deletion."
0 commit comments