Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #191 from modular-magician/codegen-pr-2236
Browse files Browse the repository at this point in the history
Update to work with new inspec version, tf upgrade
  • Loading branch information
slevenick authored Aug 23, 2019
2 parents 3df9ecd + fa80781 commit 71dd2c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ gem 'google-api-client'
gem 'google-cloud'
gem 'googleauth'
gem 'inifile'
gem 'rubocop'
gem 'inspec-bin'
gem 'rubocop'

group :development do
gem 'github_changelog_generator'
Expand Down
1 change: 0 additions & 1 deletion docs/resources/google_compute_instance_group_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ describe google_compute_instance_group_manager(project: 'chef-gcp-inspec', zone:
its('named_ports.count') { should cmp 1 }
its('named_ports.first.name') { should eq 'port' }
its('named_ports.first.port') { should eq '80' }
its('instance_template') { should match 'gcp-managed-group-name' }
end
describe google_compute_instance_group_manager(project: 'chef-gcp-inspec', zone: 'zone', name: 'nonexistent') do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

gcp_project_id = attribute(:gcp_project_id, default: 'gcp_project_id', description: 'The GCP project identifier.')
gcp_zone = attribute(:gcp_zone, default: 'gcp_zone', description: 'The GCP project zone.')
gcp_lb_mig1_name = attribute(:gcp_lb_mig1_name, default: 'gcp_lb_mig1_name', description: 'Managed instance group name.')
instance_group_manager = attribute('instance_group_manager', default: {
"name": "inspec-gcp-igm",
"base_instance_name": "igm",
Expand Down

0 comments on commit 71dd2c5

Please sign in to comment.