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.
2 parents 9a0c1be + e6a7ca2 commit 08e69a6Copy full SHA for 08e69a6
operations/deployment/terraform/elb.tf
@@ -7,6 +7,8 @@ data "aws_elb_service_account" "main" {}
7
resource "aws_s3_bucket" "lb_access_logs" {
8
bucket = var.lb_access_bucket_name
9
10
+ force_destroy = true
11
+
12
policy = <<POLICY
13
{
14
"Id": "Policy",
0 commit comments