Rauneet / log-monitor

log-monitoring script
0 stars 0 forks source link

new code test #23

Open Rauneet opened 2 months ago

Rauneet commented 2 months ago
Screenshot 2024-04-08 at 2 05 59 PM Screenshot 2024-04-08 at 2 06 05 PM

`resource "aws_s3_bucket_lifecycle_configuration" "deployment_context_lifecycle" { bucket = aws_s3_bucket.deployment_context.id rule { id = "deployment_context" status = "Enabled" expiration { days = var.deployment_context_expiration_days } noncurrent_version_expiration { noncurrent_days = var.noncurrent_version_expiration_days_for_deployment_context_bucket } noncurrent_version_transition { noncurrent_days = var.noncurrent_version_transition_deployment_context_bucket storage_class = var.storage_class_value } }

}`

Rauneet commented 2 months ago

is there any update on this ?

Rauneet commented 2 months ago

we are looking into this issue it will be resolved as soon as possible [ClickUp-Origin]

Rauneet commented 2 months ago

we are looking into this issue it will be resolved as soon as possible [ClickUp-Origin]