community.general/test/integration/targets/iam_policy/files/no_access.json

11 lines
163 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Deny",
"Action": "*",
"Resource": "*"
}
]
}