We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aef4a9 commit 343dee4Copy full SHA for 343dee4
main.tf
@@ -222,24 +222,11 @@ module "logs_bucket" {
222
noncurrent_version_transition = [{
223
noncurrent_days = 30
224
storage_class = "GLACIER"
225
- },
226
- {
227
- noncurrent_days = 0
228
- storage_class = "DEEP_ARCHIVE"
229
- }]
+ }, ]
230
transition = [{
231
- days = 30
232
- storage_class = "STANDARD_IA"
233
234
235
- days = 90
236
- storage_class = "GLACIER"
237
238
239
- days = 0
240
241
-
242
+ days = 90
+ storage_class = "GLACIER"
243
}]
244
}
245
0 commit comments