fix bucket name in policy

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-28 12:36:48 -04:00
parent f923028eb9
commit b7e194b67e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -6,7 +6,7 @@
"AWS": "arn:aws:iam::760668534108:user/terraform-user" "AWS": "arn:aws:iam::760668534108:user/terraform-user"
}, },
"Action": "s3:*", "Action": "s3:*",
"Resource": "arn:aws:s3:::dapps-infra-tf-state" "Resource": "arn:aws:s3:::dapps-terraform-state"
} }
] ]
} }