turbot/terraform_oci_compliance

GitHub

Query: objectstorage_bucket_public_access_blocked

Usage

steampipe query terraform_oci_compliance.query.objectstorage_bucket_public_access_blocked

Plugins & Tables

SQL

select
type || ' ' || name as resource,
case
when (arguments ->> 'access_type') in ('ObjectRead', 'ObjectReadWithoutList') then 'alarm'
else 'ok'
end as status,
name || case
when (arguments ->> '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: