File tree Expand file tree Collapse file tree 4 files changed +18
-32
lines changed Expand file tree Collapse file tree 4 files changed +18
-32
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,8 @@ module "loki_log" {
17
17
version = " 3.10.1"
18
18
19
19
bucket = format (" %s-log" , local. service_name )
20
- block_public_acls = true
21
- block_public_policy = true
22
- restrict_public_buckets = true
23
- ignore_public_acls = true
20
+ control_object_ownership = true
21
+ object_ownership = " ObjectWriter"
24
22
25
23
acl = " log-delivery-write"
26
24
force_destroy = true
@@ -51,10 +49,8 @@ module "loki" {
51
49
version = " 3.10.1"
52
50
53
51
bucket = local. service_name
54
- block_public_acls = true
55
- block_public_policy = true
56
- restrict_public_buckets = true
57
- ignore_public_acls = true
52
+ control_object_ownership = true
53
+ object_ownership = " ObjectWriter"
58
54
59
55
acl = " private"
60
56
force_destroy = true
Original file line number Diff line number Diff line change @@ -17,10 +17,8 @@ module "mimir_log" {
17
17
version = " 3.10.1"
18
18
19
19
bucket = format (" %s-log" , local. service_name )
20
- block_public_acls = true
21
- block_public_policy = true
22
- restrict_public_buckets = true
23
- ignore_public_acls = true
20
+ control_object_ownership = true
21
+ object_ownership = " ObjectWriter"
24
22
25
23
acl = " log-delivery-write"
26
24
force_destroy = true
@@ -51,10 +49,8 @@ module "mimir" {
51
49
version = " 3.10.1"
52
50
53
51
bucket = local. service_name
54
- block_public_acls = true
55
- block_public_policy = true
56
- restrict_public_buckets = true
57
- ignore_public_acls = true
52
+ control_object_ownership = true
53
+ object_ownership = " ObjectWriter"
58
54
59
55
acl = " private"
60
56
force_destroy = true
Original file line number Diff line number Diff line change @@ -17,10 +17,8 @@ module "tempo_log" {
17
17
version = " 3.10.1"
18
18
19
19
bucket = format (" %s-log" , local. service_name )
20
- block_public_acls = true
21
- block_public_policy = true
22
- restrict_public_buckets = true
23
- ignore_public_acls = true
20
+ control_object_ownership = true
21
+ object_ownership = " ObjectWriter"
24
22
25
23
acl = " log-delivery-write"
26
24
force_destroy = true
@@ -51,10 +49,8 @@ module "tempo" {
51
49
version = " 3.10.1"
52
50
53
51
bucket = local. service_name
54
- block_public_acls = true
55
- block_public_policy = true
56
- restrict_public_buckets = true
57
- ignore_public_acls = true
52
+ control_object_ownership = true
53
+ object_ownership = " ObjectWriter"
58
54
59
55
acl = " private"
60
56
force_destroy = true
Original file line number Diff line number Diff line change @@ -17,11 +17,10 @@ module "thanos_log" {
17
17
version = " 3.10.1"
18
18
19
19
bucket = format (" %s-log" , local. service_name )
20
- block_public_acls = true
21
- block_public_policy = true
22
- restrict_public_buckets = true
23
- ignore_public_acls = true
24
20
21
+ control_object_ownership = true
22
+ object_ownership = " ObjectWriter"
23
+
25
24
acl = " log-delivery-write"
26
25
force_destroy = true
27
26
@@ -51,10 +50,9 @@ module "thanos" {
51
50
version = " 3.10.1"
52
51
53
52
bucket = local. service_name
54
- block_public_acls = true
55
- block_public_policy = true
56
- restrict_public_buckets = true
57
- ignore_public_acls = true
53
+
54
+ control_object_ownership = true
55
+ object_ownership = " ObjectWriter"
58
56
59
57
acl = " private"
60
58
force_destroy = true
You can’t perform that action at this time.
0 commit comments