We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9688e5a commit a7657b3Copy full SHA for a7657b3
main.tf
@@ -217,14 +217,6 @@ resource "aws_dynamodb_table" "with_server_side_encryption" {
217
enabled = var.enable_point_in_time_recovery
218
}
219
220
- lifecycle {
221
- ignore_changes = [
222
- billing_mode,
223
- read_capacity,
224
- write_capacity,
225
- ]
226
- }
227
-
228
attribute {
229
name = "LockID"
230
type = "S"
@@ -247,14 +239,6 @@ resource "aws_dynamodb_table" "without_server_side_encryption" {
247
239
248
240
249
241
250
251
252
253
254
255
256
257
258
242
259
243
260
244
0 commit comments