58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"version": 4,
|
|
"terraform_version": "1.3.1",
|
|
"serial": 4,
|
|
"lineage": "88958e46-0322-1f4d-59ba-b9b62c65d924",
|
|
"outputs": {},
|
|
"resources": [
|
|
{
|
|
"mode": "managed",
|
|
"type": "aws_iam_user",
|
|
"name": "druid-s3-prod",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"arn": "arn:aws:iam::508259851457:user/druid-s3-prod",
|
|
"force_destroy": false,
|
|
"id": "druid-s3-prod",
|
|
"name": "druid-s3-prod",
|
|
"path": "/",
|
|
"permissions_boundary": null,
|
|
"tags": null,
|
|
"tags_all": {},
|
|
"unique_id": "AIDAXMVVF3TAQSOASXJXC"
|
|
},
|
|
"sensitive_attributes": [],
|
|
"private": "bnVsbA=="
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"mode": "managed",
|
|
"type": "aws_iam_user_policy",
|
|
"name": "druid-s3-policy",
|
|
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
|
|
"instances": [
|
|
{
|
|
"schema_version": 0,
|
|
"attributes": {
|
|
"id": "druid-s3-prod:druid-s3-policy",
|
|
"name": "druid-s3-policy",
|
|
"name_prefix": null,
|
|
"policy": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:*\",\n \"s3-object-lambda:*\"\n ],\n \"Resource\": \"*\"\n }\n ]\n}\n",
|
|
"user": "druid-s3-prod"
|
|
},
|
|
"sensitive_attributes": [],
|
|
"private": "bnVsbA==",
|
|
"dependencies": [
|
|
"aws_iam_user.druid-s3-prod"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"check_results": []
|
|
}
|