inspec / inspec-azure

InSpec Azure Resource Pack
https://www.inspec.io/
Other
97 stars 80 forks source link

Inspec-AzureStack resource pack request #583

Open zhicaigian opened 2 years ago

zhicaigian commented 2 years ago

Request for Chef Inspec for AzureStack resource pack.

Detailed Description

Currently there are no resource pack that supports AzureStack. When executing Chef Inspec with target azure, it will say that the subscription is not found. This is probably because the resource pack is catered for Azure and wouldn't work with Azure Stack.

Context

The project I'm working on is working with AzureStack. I've used Terraform to automate the creation of infrastructure using code (IAC). Chef Inspec is also almost always mentioned together with Terraform when you're learning Terraform as a means of unit test. However Terraform has a separate AzureStack provider other than azurerm provider to support AzureStack and unfortunately inspec-azure resource pack only supports Azure cloud.

Possible Implementation

Following how AzureStack provider for Terraform work, there must be an endpoint that is customizable for us to define our custom management endpoint.

The resources and api version will need to cater to AzureStack.