File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ module "analytics_configuration_bucket" {
24
24
attach_analytics_destination_policy = true
25
25
attach_policy = true
26
26
analytics_self_source_destination = true
27
- acl = " private" # "acl" conflicts with "grant" and "owner"
28
27
29
28
versioning = {
30
29
status = true
@@ -77,7 +76,6 @@ module "analytics_destination_bucket" {
77
76
source = " ../../"
78
77
79
78
bucket = " analytics-destination-${ random_pet . this . id } "
80
- acl = " private" # "acl" conflicts with "grant" and "owner"
81
79
force_destroy = true
82
80
attach_policy = true
83
81
attach_analytics_destination_policy = true
@@ -92,7 +90,6 @@ module "inventory_source_bucket" {
92
90
bucket = " inventory-source-${ random_pet . this . id } "
93
91
94
92
force_destroy = true
95
- acl = " private" # "acl" conflicts with "grant" and "owner"
96
93
97
94
inventory_configuration = {
98
95
destination_other = {
@@ -115,7 +112,6 @@ module "analytics_and_inventory_destination_bucket" {
115
112
source = " ../../"
116
113
117
114
bucket = " analytics-and-inventory-destination-${ random_pet . this . id } "
118
- acl = " private" # "acl" conflicts with "grant" and "owner"
119
115
force_destroy = true
120
116
attach_policy = true
121
117
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ module "multi_inventory_configurations_bucket" {
24
24
attach_policy = true
25
25
attach_inventory_destination_policy = true
26
26
inventory_self_source_destination = true
27
- acl = " private" # "acl" conflicts with "grant" and "owner"
28
27
29
28
versioning = {
30
29
status = true
@@ -137,7 +136,6 @@ module "inventory_destination_bucket" {
137
136
source = " ../../"
138
137
139
138
bucket = " inventory-destination-${ random_pet . this . id } "
140
- acl = " private" # "acl" conflicts with "grant" and "owner"
141
139
force_destroy = true
142
140
attach_policy = true
143
141
attach_inventory_destination_policy = true
@@ -149,6 +147,5 @@ module "inventory_source_bucket" {
149
147
source = " ../../"
150
148
151
149
bucket = " inventory-source-${ random_pet . this . id } "
152
- acl = " private" # "acl" conflicts with "grant" and "owner"
153
150
force_destroy = true
154
151
}
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ provider "aws" {
16
16
skip_metadata_api_check = true
17
17
skip_region_validation = true
18
18
skip_credentials_validation = true
19
- skip_requesting_account_id = true
20
19
}
21
20
22
21
locals {
@@ -47,7 +46,6 @@ module "replica_bucket" {
47
46
}
48
47
49
48
bucket = local. destination_bucket_name
50
- acl = " private"
51
49
52
50
versioning = {
53
51
enabled = true
@@ -58,7 +56,6 @@ module "s3_bucket" {
58
56
source = " ../../"
59
57
60
58
bucket = local. bucket_name
61
- acl = " private"
62
59
63
60
versioning = {
64
61
enabled = true
You can’t perform that action at this time.
0 commit comments