summaryrefslogtreecommitdiff
path: root/test/integration/targets/sts_assume_role/templates/policy.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/sts_assume_role/templates/policy.json.j2')
-rw-r--r--test/integration/targets/sts_assume_role/templates/policy.json.j212
1 files changed, 0 insertions, 12 deletions
diff --git a/test/integration/targets/sts_assume_role/templates/policy.json.j2 b/test/integration/targets/sts_assume_role/templates/policy.json.j2
deleted file mode 100644
index 559562fd91..0000000000
--- a/test/integration/targets/sts_assume_role/templates/policy.json.j2
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "Version": "2012-10-17",
- "Statement": [
- {
- "Effect": "Allow",
- "Principal": {
- "AWS": "arn:aws:iam::{{ aws_account }}:root"
- },
- "Action": "sts:AssumeRole"
- }
- ]
-} \ No newline at end of file