File tree 1 file changed +0
-12
lines changed
install/infra/modules/eks
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,6 @@ resource "aws_iam_user_policy_attachment" "attachment" {
57
57
policy_arn = aws_iam_policy. policy [0 ]. arn
58
58
}
59
59
60
- resource "aws_iam_user_policy_attachment" "full_access_attachment" {
61
- count = var. create_external_storage ? 1 : 0
62
- user = aws_iam_user. bucket_storage [0 ]. name
63
- policy_arn = " arn:aws:iam::aws:policy/AmazonS3FullAccess"
64
- }
65
-
66
60
resource "aws_iam_access_key" "bucket_storage_user" {
67
61
count = var. create_external_storage ? 1 : 0
68
62
user = aws_iam_user. bucket_storage [0 ]. name
@@ -129,12 +123,6 @@ resource "aws_iam_user_policy_attachment" "registry_attachment" {
129
123
policy_arn = aws_iam_policy. policy_registry [count . index ]. arn
130
124
}
131
125
132
- resource "aws_iam_user_policy_attachment" "full_access_registry_attachment" {
133
- count = var. create_external_storage_for_registry_backend ? 1 : 0
134
- user = aws_iam_user. bucket_registry [count . index ]. name
135
- policy_arn = " arn:aws:iam::aws:policy/AmazonS3FullAccess"
136
- }
137
-
138
126
resource "aws_iam_access_key" "bucket_registry_user" {
139
127
count = var. create_external_storage_for_registry_backend ? 1 : 0
140
128
user = aws_iam_user. bucket_registry [count . index ]. name
You can’t perform that action at this time.
0 commit comments