turbot/terraform_azure_compliance

Query: spring_cloud_service_network_injection_enabled

Usage

powerpipe query terraform_azure_compliance.query.spring_cloud_service_network_injection_enabled

Steampipe Tables

SQL

select
address as resource,
case
when (attributes_std -> 'network') is null then 'alarm'
else 'ok'
end status,
split_part(address, '.', 2) || case
when (attributes_std -> 'network') is null then ' network injection disabled'
else ' network injection enabled'
end || '.' reason,
path || ':' || start_line
from
terraform_resource
where
type = 'azurerm_spring_cloud_service';

Controls

The query is being used by the following controls: