Skip to content

Commit

Permalink
Minor fix for region instead of zone in first google_compute_region e…
Browse files Browse the repository at this point in the history
…xample.

Signed-off-by: Stuart Paterson <[email protected]>
  • Loading branch information
Stuart Paterson committed Aug 29, 2018
1 parent b91ff45 commit bce1688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/google_compute_region.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Use the `google_compute_region` InSpec audit resource to test properties of a si

A `google_compute_region` resource block declares the tests for a single GCP region by project and name.

describe google_compute_region(project: 'chef-inspec-gcp', region: 'us-east1-b') do
its('name') { should match 'us-east1-b' }
describe google_compute_region(project: 'chef-inspec-gcp', region: 'us-east1') do
its('name') { should match 'us-east1' }
end

<br>
Expand Down

0 comments on commit bce1688

Please sign in to comment.