Files
dev-intel-v2/test/ground-truth/terraform-main.json

84 lines
1.6 KiB
JSON
Raw Normal View History

{
"file": "/tmp/main.tf",
"language": "hcl",
"entities": [
{
"id": "main.tf",
"type": "Config",
"name": "main.tf",
"kind": "terraform",
"visibility": "public",
"line_range": [
1,
18
]
},
{
"id": "main.tf:provider.aws",
"type": "Config",
"name": "provider.aws",
"kind": "hcl-block",
"visibility": "public",
"line_range": [
1,
1
]
},
{
"id": "main.tf:resource.aws_s3_bucket.b",
"type": "Config",
"name": "resource.aws_s3_bucket.b",
"kind": "hcl-block",
"visibility": "public",
"line_range": [
5,
5
]
},
{
"id": "main.tf:module.vpc",
"type": "Config",
"name": "module.vpc",
"kind": "hcl-block",
"visibility": "public",
"line_range": [
9,
9
]
},
{
"id": "main.tf:data.aws_iam_policy_document.assume_role",
"type": "Config",
"name": "data.aws_iam_policy_document.assume_role",
"kind": "hcl-block",
"visibility": "public",
"line_range": [
13,
13
]
}
],
"relationships": [
{
"type": "CONTAINS",
"source": "main.tf",
"target": "main.tf:provider.aws"
},
{
"type": "CONTAINS",
"source": "main.tf",
"target": "main.tf:resource.aws_s3_bucket.b"
},
{
"type": "CONTAINS",
"source": "main.tf",
"target": "main.tf:module.vpc"
},
{
"type": "CONTAINS",
"source": "main.tf",
"target": "main.tf:data.aws_iam_policy_document.assume_role"
}
]
}