mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Use shortcodes in text, move shortcodes into inspec subdir
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
This commit is contained in:
parent
6e53b15267
commit
22e5d1513e
193 changed files with 265 additions and 361 deletions
|
@ -15,7 +15,7 @@ Use the `{{ .Name }}` Chef InSpec audit resource to test the configuration of...
|
|||
|
||||
## Installation
|
||||
|
||||
{{% inspec_installation %}}
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
This resource first became available in Chef InSpec vX.Y.Z.
|
||||
|
||||
|
@ -63,7 +63,7 @@ end
|
|||
|
||||
## Matchers
|
||||
|
||||
{{% inspec_matchers_link %}}
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
**MATCHER_NAME**
|
||||
|
||||
|
|
|
@ -45,6 +45,6 @@ InSpec to target applications and services running on AWS and Azure.
|
|||
|
||||
### Resources
|
||||
|
||||
Chef InSpec has {{% inspec_count_resources %}} [resources](/inspec/resources/) ready to use--from Apache2 to ZFS pool.
|
||||
Chef InSpec has {{% inspec/inspec_count_resources %}} [resources](/inspec/resources/) ready to use--from Apache2 to ZFS pool.
|
||||
If you need a solution that we haven’t provided, you can write your own [custom
|
||||
resource](/inspec/dsl_resource/).
|
||||
|
|
|
@ -13,46 +13,46 @@ gh_repo = "inspec"
|
|||
|
||||
The following list of InSpec resources are available.
|
||||
|
||||
{{< inspec_resources_filter >}}
|
||||
{{< inspec/inspec_resources_filter >}}
|
||||
|
||||
## OS
|
||||
|
||||
{{< inspec_resources platform="os" >}}
|
||||
{{< inspec/inspec_resources platform="os" >}}
|
||||
|
||||
### Linux
|
||||
|
||||
The following resources work on Linux operating systems.
|
||||
|
||||
{{< inspec_resources platform="linux" >}}
|
||||
{{< inspec/inspec_resources platform="linux" >}}
|
||||
|
||||
### BSD
|
||||
|
||||
The following resources work on BSD operating systems.
|
||||
|
||||
{{< inspec_resources platform="bsd" >}}
|
||||
{{< inspec/inspec_resources platform="bsd" >}}
|
||||
|
||||
### Windows
|
||||
|
||||
The following resources work on Windows operating systems.
|
||||
|
||||
{{< inspec_resources platform="windows" >}}
|
||||
{{< inspec/inspec_resources platform="windows" >}}
|
||||
|
||||
## Alibaba
|
||||
|
||||
{{< inspec_resources platform="alicloud" >}}
|
||||
{{< inspec/inspec_resources platform="alicloud" >}}
|
||||
|
||||
## AWS
|
||||
|
||||
{{< inspec_resources platform="aws" >}}
|
||||
{{< inspec/inspec_resources platform="aws" >}}
|
||||
|
||||
## Azure
|
||||
|
||||
{{< inspec_resources platform="azure" >}}
|
||||
{{< inspec/inspec_resources platform="azure" >}}
|
||||
|
||||
## GCP
|
||||
|
||||
{{< inspec_resources platform="gcp" >}}
|
||||
{{< inspec/inspec_resources platform="gcp" >}}
|
||||
|
||||
## Habitat
|
||||
|
||||
{{< inspec_resources platform="habitat" >}}
|
||||
{{< inspec/inspec_resources platform="habitat" >}}
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `aide_conf` Chef InSpec audit resource to test the rules established for
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `apache_conf` Chef InSpec audit resource to test the configuration setti
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Requirements
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `apt` Chef InSpec audit resource to verify Apt repositories on the Debia
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `audit_policy` Chef InSpec audit resource to test auditing policies on t
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `auditd` Chef InSpec audit resource to test the rules for logging that e
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `auditd_conf` Chef InSpec audit resource to test the configuration setti
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use this resource to ensure that a specific data disk attached to a machine has
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -232,9 +232,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -119,8 +119,7 @@ The userTypes property provides a list of all User Types for all users.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_aks_cluster" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_aks_cluster" >}}
|
||||
|
||||
Use the `azurerm_aks_cluster` InSpec audit resource to test properties of an Azure AKS Cluster.
|
||||
|
||||
|
@ -119,9 +119,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_aks_clusters" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_aks_clusters" >}}
|
||||
|
||||
Use the `azurerm_aks_clusters` InSpec audit resource to enumerate AKS Clusters.
|
||||
|
||||
|
@ -69,9 +69,7 @@ The name of the AKS Cluster
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_cosmosdb_database_account" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_cosmosdb_database_account" >}}
|
||||
|
||||
Use the `azurerm_cosmosdb_database_account` InSpec audit resource to test properties and configuration of
|
||||
an Azure CosmosDb Database Account within a Resource Group.
|
||||
|
@ -128,9 +128,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_event_hub_authorization_rule" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_event_hub_authorization_rule" >}}
|
||||
|
||||
Use the `azurerm_event_hub_authorization_rule` InSpec audit resource to test properties and configuration of
|
||||
an Azure Event Hub Authorization Rule within a Resource Group.
|
||||
|
@ -113,9 +113,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_event_hub_event_hub" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_event_hub_event_hub" >}}
|
||||
|
||||
Use the `azurerm_event_hub_event_hub` InSpec audit resource to test properties and configuration of
|
||||
an Azure Event Hub Event Hub within a Resource Group.
|
||||
|
@ -112,9 +112,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_event_hub_namespace" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_event_hub_namespace" >}}
|
||||
|
||||
Use the `azurerm_event_hub_namespace` InSpec audit resource to test properties and configuration of
|
||||
an Azure Event Hub Namespace within a Resource Group.
|
||||
|
@ -127,9 +127,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_iothub" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_iothub" >}}
|
||||
|
||||
Use the `azurerm_iothub` InSpec audit resource to test properties and configuration of
|
||||
an Azure Event Hub Namespace within a Resource Group.
|
||||
|
@ -133,9 +133,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_iothub_event_hub_consumer_group" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_iothub_event_hub_consumer_group" >}}
|
||||
|
||||
Use the `azurerm_iothub_event_hub_consumer_group` InSpec audit resource to test
|
||||
properties and configuration of an Azure IoT Hub Event Hub Consumer Group within
|
||||
|
@ -119,9 +119,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_iothub_event_hub_consumer_groups" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_iothub_event_hub_consumer_groups" >}}
|
||||
|
||||
Use the `azurerm_iothub_event_hub_consumer_groups` InSpec audit resource to test properties and configuration of
|
||||
an Azure IoT Hub Event Hub Consumer Groups within a Resource Group.
|
||||
|
@ -122,9 +122,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_key_vault" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_key_vault" >}}
|
||||
|
||||
Use the `azurerm_key_vault` InSpec audit resource to test properties and configuration of
|
||||
an Azure Key Vault.
|
||||
|
@ -122,9 +122,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_key_vault_key" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_key_vault_key" >}}
|
||||
|
||||
Use the `azurerm_key_vault_key` InSpec audit resource to test properties and configuration of
|
||||
an Azure Key within a Vault.
|
||||
|
@ -117,9 +117,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_key_vault_keys" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_key_vault_keys" >}}
|
||||
|
||||
Use the `azurerm_key_vault_keys` InSpec audit resource to test properties and
|
||||
configuration of Azure Keys within Vaults.
|
||||
|
@ -103,8 +103,7 @@ Resource tags applied to the Key.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_key_vault_secret" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_key_vault_secret" >}}
|
||||
|
||||
Use the `azurerm_key_vault_secret` InSpec audit resource to test properties and configuration of
|
||||
an Azure Secret within a Vault.
|
||||
|
@ -130,9 +130,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_key_vault_secrets" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_key_vault_secrets" >}}
|
||||
|
||||
Use the `azurerm_key_vault_secrets` InSpec audit resource to test properties and configuration of Azure Secrets within Vaults.
|
||||
|
||||
|
@ -107,8 +107,7 @@ Resource tags applied to the Key.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_key_vaults" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_key_vaults" >}}
|
||||
|
||||
Use the `azurerm_key_vaults` InSpec audit resource to test properties and configuration of Azure Key Vaults.
|
||||
|
||||
|
@ -121,8 +121,7 @@ A collection of additional configuration properties related to the Key Vault, e.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_load_balancer" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_load_balancer" >}}
|
||||
|
||||
Use the `azurerm_load_balancer` InSpec audit resource to test properties and configuration of
|
||||
an Azure Load Balancer.
|
||||
|
@ -126,9 +126,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_load_balancer" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_load_balancer" >}}
|
||||
|
||||
Use the `azurerm_load_balancers` InSpec audit resource to test properties and configuration of Azure Load Balancers.
|
||||
|
||||
|
@ -131,8 +131,7 @@ The type of Resource, typically `Microsoft.Network/loadBalancers`.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_locks" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_locks" >}}
|
||||
|
||||
Use the `azurerm_locks` InSpec audit resource to test properties of some or all Azure Resource Locks.
|
||||
|
||||
|
@ -70,8 +70,7 @@ The following examples show how to use this InSpec audit resource.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_management_group" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_management_group" >}}
|
||||
|
||||
Use the `azurerm_management_group` InSpec audit resource to test properties related to a
|
||||
management group.
|
||||
|
@ -251,9 +251,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_management_groups" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_management_groups" >}}
|
||||
|
||||
Use the `azurerm_management_groups` InSpec audit resource to test properties related to
|
||||
management groups.
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_monitor_activity_log_alert" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_monitor_activity_log_alert" >}}
|
||||
|
||||
Use the `azurerm_monitor_activity_log_alert` InSpec audit resource to test properties
|
||||
of an Azure Monitor Activity Log Alert.
|
||||
|
@ -146,9 +146,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_monitor_activity_log_alerts" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_monitor_activity_log_alerts" >}}
|
||||
|
||||
Use the `azurerm_monitor_activity_log_alerts` InSpec audit resource to verify that an
|
||||
Activity Log Alert exists.
|
||||
|
@ -70,9 +70,7 @@ The name of the Activity Log Alert
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_monitor_log_profile" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_monitor_log_profile" >}}
|
||||
|
||||
Use the `azurerm_monitor_log_profile` InSpec audit resource to test properties
|
||||
of an Azure Monitor Log Profile.
|
||||
|
@ -108,9 +108,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_monitor_log_profiles" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_monitor_log_profiles" >}}
|
||||
|
||||
Use the `azurerm_monitor_log_profiles` InSpec audit resource to verify that a Log Profile
|
||||
exists.
|
||||
|
@ -69,9 +69,7 @@ The name of the Log Profile
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_mysql_database" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_mysql_database" >}}
|
||||
|
||||
Use the `azurerm_mysql_database` InSpec audit resource to test properties and configuration of
|
||||
an Azure MySQL Database on a MySQL Server.
|
||||
|
@ -113,9 +113,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_mysql_databases" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_mysql_databases" >}}
|
||||
|
||||
Use the `azurerm_mysql_databases` InSpec audit resource to test properties and configuration of Azure MySQL Databases.
|
||||
|
||||
|
@ -111,8 +111,7 @@ A collection of additional configuration properties related to the MySQL Databas
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_mysql_server" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_mysql_server" >}}
|
||||
|
||||
Use the `azurerm_mysql_server` InSpec audit resource to test properties and configuration of
|
||||
an Azure MySQL Server.
|
||||
|
@ -126,9 +126,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_mysql_servers" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_mysql_servers" >}}
|
||||
|
||||
Use the `azurerm_mysql_servers` InSpec audit resource to test properties and configuration of multiple Azure MySQL Servers.
|
||||
|
||||
|
@ -131,8 +131,7 @@ The type of Resource, typically `Microsoft.DBforMySQL/servers`.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_network_interface" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_network_interface" >}}
|
||||
|
||||
Use the `azurerm_network_interface` InSpec audit resource to test properties and configuration of Azure Network Interface.
|
||||
|
||||
|
@ -130,9 +130,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_network_interfaces" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_network_interfaces" >}}
|
||||
|
||||
Use the `azurerm_network_interfaces` InSpec audit resource to test properties and configuration of Azure Network interfaces.
|
||||
|
||||
|
@ -127,8 +127,7 @@ The type of Resource, typically `Microsoft.Network/networkInterfaces`.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_network_security_group" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_network_security_group" >}}
|
||||
|
||||
Use the `azurerm_network_security_group` InSpec audit resource to test properties of an
|
||||
Azure Network Security Group.
|
||||
|
@ -136,9 +136,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_network_security_groups" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_network_security_groups" >}}
|
||||
|
||||
Use the `azurerm_network_security_groups` InSpec audit resource to enumerate Network
|
||||
Security Groups.
|
||||
|
@ -70,9 +70,7 @@ The name of the Network Security Group
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_network_watcher" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_network_watcher" >}}
|
||||
|
||||
Use the `azurerm_network_watcher` InSpec audit resource to test properties of an Azure
|
||||
Network Watcher.
|
||||
|
@ -103,9 +103,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_network_watchers" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_network_watchers" >}}
|
||||
|
||||
Use the `azurerm_network_watchers` InSpec audit resource to verify that a Network Watcher
|
||||
exists.
|
||||
|
@ -71,9 +71,7 @@ The name of the Network Watcher
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_postgresql_database" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_postgresql_database" >}}
|
||||
|
||||
Use the `azurerm_postgresql_database` InSpec audit resource to test properties and configuration of
|
||||
an Azure PostgreSQL Database on a PostgreSQL Server.
|
||||
|
@ -113,9 +113,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_postgresql_databases" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_postgresql_databases" >}}
|
||||
|
||||
Use the `azurerm_postgresql_databases` InSpec audit resource to test properties and configuration of Azure PostgreSQL Databases.
|
||||
|
||||
|
@ -103,8 +103,7 @@ A collection of additional configuration properties related to the PostgreSQL Da
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_postgresql_server" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_postgresql_server" >}}
|
||||
|
||||
Use the `azurerm_postgresql_server` InSpec audit resource to test properties and configuration of
|
||||
an Azure PostgreSQL Server.
|
||||
|
@ -121,9 +121,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_postgresql_servers" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_postgresql_servers" >}}
|
||||
|
||||
Use the `azurerm_postgresql_servers` InSpec audit resource to test properties and configuration of multiple Azure PostgreSQL Servers.
|
||||
|
||||
|
@ -126,8 +126,7 @@ The type of Resource, typically `Microsoft.DBforPostgreSQL/servers`.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_resource_groups" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_resource_groups" >}}
|
||||
|
||||
Use the `azurerm_resource_groups` InSpec audit resource to test properties of
|
||||
some or all Azure Resource Groups
|
||||
|
@ -117,9 +117,7 @@ The tags property provides a list of all the Resource Group tags.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_role_definition" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_role_definition" >}}
|
||||
|
||||
Use the `azurerm_role_definition` InSpec audit resource to test properties of
|
||||
an Azure Role Definition.
|
||||
|
@ -123,9 +123,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_role_definitions" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_role_definitions" >}}
|
||||
|
||||
Use the `azurerm_role_definitions` InSpec audit resource to test properties of
|
||||
some or all Azure Role Definitions.
|
||||
|
@ -108,8 +108,7 @@ Additional properties available for the Roles. May be accessed with dot notation
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_security_center_policies" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_security_center_policies" >}}
|
||||
|
||||
Use the `azurerm_security_center_policies` InSpec audit resource to test
|
||||
properties of some or all Azure Security Center Policies.
|
||||
|
@ -88,9 +88,7 @@ name. This is a string value.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_security_center_policy" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_security_center_policy" >}}
|
||||
|
||||
Use the `azurerm_security_center_policy` InSpec audit resource to test properties
|
||||
of the `default` Security Center Policy. Azure currently only supports looking
|
||||
|
@ -273,9 +273,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_sql_database" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_sql_database" >}}
|
||||
|
||||
Use the `azurerm_sql_database` InSpec audit resource to test properties and configuration of
|
||||
an Azure SQL Database on a SQL Server.
|
||||
|
@ -128,9 +128,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_sql_databases" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_sql_databases" >}}
|
||||
|
||||
Use the `azurerm_sql_databases` InSpec audit resource to test properties and configuration of Azure SQL Databases.
|
||||
|
||||
|
@ -128,8 +128,7 @@ A collection of additional configuration properties related to the SQL Database,
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_sql_server" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_sql_server" >}}
|
||||
|
||||
Use the `azurerm_sql_server` InSpec audit resource to test properties and configuration of
|
||||
an Azure SQL Server within a Resource Group.
|
||||
|
@ -126,9 +126,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_sql_servers" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_sql_servers" >}}
|
||||
|
||||
Use the `azurerm_sql_servers` InSpec audit resource to test properties and configuration of Azure SQL Servers.
|
||||
|
||||
|
@ -131,8 +131,7 @@ The type of Resource, typically `Microsoft.Sql/servers`.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_storage_account_blob_container" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_storage_account_blob_container" >}}
|
||||
|
||||
Use the `azurerm_storage_account_blob_container` InSpec audit resource to test properties related to a
|
||||
Blob Container in an Azure Storage Account.
|
||||
|
@ -133,9 +133,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_storage_account_blob_containers" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_storage_account_blob_containers" >}}
|
||||
|
||||
Use the `azurerm_storage_account_blob_containers` InSpec audit resource to test properties and configuration of Blob Containers within an Azure Storage Account.
|
||||
|
||||
|
@ -100,8 +100,7 @@ The etag of the Resource, e.g. `\"0x8D592D74CC20EBA\"`.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_subnet" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_subnet" >}}
|
||||
|
||||
Use the `azurerm_subnet` InSpec audit resource to test properties related to a
|
||||
subnet for a given virtual network.
|
||||
|
@ -165,9 +165,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_subnet" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_subnet" >}}
|
||||
|
||||
Use the `azurerm_subnets` InSpec audit resource to test properties related to
|
||||
subnets for a resource group.
|
||||
|
@ -105,9 +105,7 @@ Gives a list of all the subnet names in the virtual network.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_subscription" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_subscription" >}}
|
||||
|
||||
Use the `azurerm_subscription` InSpec audit resource to test properties related to the current subscription
|
||||
subscription.
|
||||
|
@ -89,9 +89,7 @@ An array of locations available in this subscription.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_virtual_machine" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_virtual_machine" >}}
|
||||
|
||||
Use the `azurerm_virtual_machine` InSpec audit resource to test properties related to a
|
||||
virtual machine.
|
||||
|
@ -191,9 +191,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_virtual_machine_disk" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_virtual_machine_disk" >}}
|
||||
|
||||
Use the `azurerm_virtual_machine_disk` InSpec audit resource to test properties related to
|
||||
a virtual machine's disk. This resource will only support managed disks. If your disk is
|
||||
|
@ -167,9 +167,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_virtual_machine_disks" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_virtual_machine_disks" >}}
|
||||
|
||||
Use the `azurerm_virtual_machine_disks` InSpec audit resource to test properties of
|
||||
some or all Azure Disks within a subscription.
|
||||
|
@ -81,8 +81,7 @@ The following examples show how to use this InSpec audit resource.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of available matchers,
|
||||
please visit our [Universal Matchers page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_virtual_machines" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_virtual_machines" >}}
|
||||
|
||||
Use the `azurerm_virtual_machines` InSpec audit resource to test properties related to
|
||||
virtual machines for a resource group.
|
||||
|
@ -132,9 +132,7 @@ Gives a list of all the virtual machine names in the resource group.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_virtual_network" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_virtual_network" >}}
|
||||
|
||||
Use the `azurerm_virtual_network` InSpec audit resource to test properties related to a
|
||||
virtual network.
|
||||
|
@ -200,9 +200,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_virtual_networks" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_virtual_networks" >}}
|
||||
|
||||
Use the `azurerm_virtual_networks` InSpec audit resource to test properties related to
|
||||
virtual networks for a resource group.
|
||||
|
@ -99,9 +99,7 @@ Gives a list of all the virtual network names in the resource group.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_webapp" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_webapp" >}}
|
||||
|
||||
Use the `azurerm_webapp` InSpec audit resource to test properties of an Azure Webapp.
|
||||
|
||||
|
@ -130,9 +130,7 @@ requests are always welcome.
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### using_latest?(stack)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ platform = "azure"
|
|||
parent = "inspec/resources/azure"
|
||||
+++
|
||||
|
||||
{{< azurerm_deprecated resource="azure_webapps" >}}
|
||||
{{< inspec/azurerm_deprecated resource="azure_webapps" >}}
|
||||
|
||||
Use the `azurerm_webapps` InSpec audit resource to enumerate Webapps.
|
||||
|
||||
|
@ -69,9 +69,7 @@ The name of the Webapp
|
|||
|
||||
## Matchers
|
||||
|
||||
This InSpec audit resource has the following special matchers. For a full list of
|
||||
available matchers, please visit our [Universal Matchers
|
||||
page](/inspec/matchers/).
|
||||
{{% inspec/inspec_matchers_link %}}
|
||||
|
||||
### exists
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `bash` Chef InSpec audit resource to test an arbitrary command that is r
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `bond` Chef InSpec audit resource to test a logical, bonded network inte
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `bridge` Chef InSpec audit resource to test basic network bridge propert
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `bsd_service` Chef InSpec audit resource to test a service using a Berke
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ Use the `cassandradb_conf` Chef InSpec audit resource to test the configuration
|
|||
|
||||
## Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
## Requirements
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `cassandradb_session` Chef InSpec audit resource to test Cassandra Query
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
## Syntax
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `chocolatey_package` Chef InSpec audit resource to test if the named [Ch
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `chrony_conf` Chef InSpec audit resource to test the synchronization set
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
<!-- TODO: needs version number -->
|
||||
<!-- ### Version
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `command` Chef InSpec audit resource to test an arbitrary command that i
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `cpan` Chef InSpec audit resource to test Perl modules that are installe
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `cran` Chef InSpec audit resource to test R modules that are installed f
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `crontab` Chef InSpec audit resource to test the crontab entries for a p
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `csv` Chef InSpec audit resource to test configuration data in a CSV fil
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `dh_params` Chef InSpec audit resource to test Diffie-Hellman (DH) param
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `directory` Chef InSpec audit resource to test if the file type is a dir
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `docker` Chef InSpec audit resource to test configuration data for the D
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `docker_service` Chef InSpec audit resource to verify a docker swarm ser
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ a variety of settings and statuses.
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `etc_fstab` Chef InSpec audit resource to test information about all par
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `etc_group` Chef InSpec audit resource to test groups that are defined o
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `etc_hosts` Chef InSpec audit resource to test rules set to match IP add
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `etc_hosts_allow` Chef InSpec audit resource to test rules defined for a
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `etc_hosts_deny` Chef InSpec audit resource to test rules for rejecting
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `filesystem` Chef InSpec resource to audit filesystem disk space usage.
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ A firewalld has a number of zones that can be configured to allow and deny acces
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Use the `gem` Chef InSpec audit resource to test if a global Gem package is inst
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ The `groups` resource uses the following system groups:
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Grub is a boot loader on the Linux platform used to load and then transfer contr
|
|||
|
||||
### Installation
|
||||
|
||||
This resource is distributed along with Chef InSpec itself. You can use it automatically.
|
||||
{{% inspec/inspec_installation %}}
|
||||
|
||||
### Version
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue