Skip to content

Commit

Permalink
Ansible - Resource Policy (#3275) (#5934)
Browse files Browse the repository at this point in the history
* resource policy

* fixed

* rebase issues

* finally fixed

* async fix

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Mar 20, 2020
1 parent 0ecb2b1 commit 92c8d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/3275.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/resource_compute_resource_policy_sweeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func testSweepComputeResourcePolicy(region string) error {
return nil
}

resourceList, ok := res["resourcePolicies"]
resourceList, ok := res["items"]
if !ok {
log.Printf("[INFO][SWEEPER_LOG] Nothing found in response.")
return nil
Expand Down

0 comments on commit 92c8d56

Please sign in to comment.