turbot/terraform_oci_compliance

Query: objectstorage_bucket_public_access_blocked

Usage

powerpipe query terraform_oci_compliance.query.objectstorage_bucket_public_access_blocked

Steampipe Tables

SQL

select
address as resource,
case
when (attributes_std ->> 'access_type') in ('ObjectRead', 'ObjectReadWithoutList') then 'alarm'
else 'ok'
end as status,
split_part(address, '.', 2) || case
when (attributes_std ->> 'access_type') in ('ObjectRead', 'ObjectReadWithoutList') then ' is publicly accessible'
else ' is not publicly accessible'
end || '.' reason,
path || ':' || start_line
from
terraform_resource
where
type = 'oci_objectstorage_bucket';

Controls

The query is being used by the following controls: