Skip to content

Commit

Permalink
BugFix: Force destroy access_logs buckets (#4880)
Browse files Browse the repository at this point in the history
Co-authored-by: Esron Silva <[email protected]>
  • Loading branch information
esron and Esron Silva authored Feb 19, 2025
1 parent f24c0b7 commit ea067a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reconcile/utils/terrascript_aws_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5295,6 +5295,7 @@ def populate_tf_resource_alb(self, spec, ocm_map=None):
lb_access_logs_s3_bucket_values = {
"provider": provider,
"bucket": bucket_identifier,
"force_destroy": True,
}
lb_access_logs_s3_bucket_tf_resource = aws_s3_bucket(
bucket_identifier, **lb_access_logs_s3_bucket_values
Expand Down

0 comments on commit ea067a2

Please sign in to comment.