Skip to content

Commit

Permalink
Adds name & desc to base class to conform to inspec check
Browse files Browse the repository at this point in the history
Signed-off-by: Ruairi Fennell <rfennell@chef.io>
  • Loading branch information
Ruairi Fennell authored and Stuart Paterson committed Oct 14, 2019
1 parent ff22051 commit 357990e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/azurerm_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
require 'support/azure'

class AzurermResource < Inspec.resource(1)
name 'azurerm_resource'
desc 'Base class for azurerm resources.'
supports platform: 'azure'

def management
Expand Down

0 comments on commit 357990e

Please sign in to comment.