Skip to content

Commit ccf2cf5

Browse files
committed
Removed unused resource
1 parent 213880d commit ccf2cf5

File tree

3 files changed

+0
-59
lines changed

3 files changed

+0
-59
lines changed

infra/kinesis_role.tf

Lines changed: 0 additions & 39 deletions
This file was deleted.

infra/mesh.tf

Lines changed: 0 additions & 12 deletions
This file was deleted.

infra/roles.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ resource "aws_iam_role" "auto_ops" {
5959
AWS = "arn:aws:iam::${var.build_agent_account_id}:role/build-agent"
6060
},
6161
Action = "sts:AssumeRole"
62-
},
63-
{
64-
Sid = ""
65-
Effect = "Allow",
66-
Principal = {
67-
AWS = "arn:aws:iam::${var.imms_account_id}:role/DevOps"
68-
},
69-
Action = "sts:AssumeRole"
7062
}
7163
]
7264
})

0 commit comments

Comments
 (0)