Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google_project_alert_policy doc use "name" when code ask "policy" #86

Closed
jnahelou opened this issue Nov 29, 2018 · 1 comment
Closed

Comments

@jnahelou
Copy link
Contributor

Hello,
In documentation policy looks like

    describe google_project_alert_policy(name: 'projects/spaterson-project/alertPolicies/9271751234503117449') do
      it { should exist }
    end

When code wait for policy argument :

@policy = @gcp.gcp_client(Google::Apis::MonitoringV3::MonitoringService).get_project_alert_policy(opts[:policy])
@skpaterson
Copy link

Quite right, looks like a copy paste error, will fix.

skpaterson pushed a commit that referenced this issue Nov 29, 2018
Signed-off-by: Stuart Paterson <[email protected]>
skpaterson pushed a commit that referenced this issue Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants