Skip to content

Commit

Permalink
Automatically generated by magic modules for compute and RegionSecuri…
Browse files Browse the repository at this point in the history
…tyPolicy.

This commit includes the following changes:
- Singular Resource
- Plural Resource
- Documentation updates
- Terraform configuration
- Integration tests
  • Loading branch information
samiranand1990 committed Aug 17, 2023
1 parent 2d6fc2f commit ee8a480
Show file tree
Hide file tree
Showing 25 changed files with 2,830 additions and 0 deletions.
18 changes: 18 additions & 0 deletions build/inspec/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
source 'https://rubygems.org'

gem 'bundle'
gem 'faraday', '>= 0.16.2'
gem 'google-api-client'
gem 'google-cloud'
gem 'googleauth'
gem 'inifile'
gem 'inspec-bin', '4.16.0'
gem 'rubocop', '>= 0.77.0'

group :development do
gem 'github_changelog_generator'
gem 'pry-coolline'
gem 'rake'
gem 'vcr'
gem 'webmock'
end
Loading

0 comments on commit ee8a480

Please sign in to comment.