Skip to content

Commit

Permalink
Fix invalid accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Nov 7, 2019
1 parent 7a2594b commit d477953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func testAccCheckComputeTargetHttpProxyExists(n string) resource.TestCheckFunc {
}

config := testAccProvider.Meta().(*Config)
name := rs.Attributes["name"]
name := rs.Primary.Attributes["name"]

found, err := config.clientCompute.TargetHttpProxies.Get(
config.Project, name).Do()
Expand Down

0 comments on commit d477953

Please sign in to comment.