Skip to content

Commit

Permalink
Remove " from region_pool example
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-maynard committed Sep 3, 2019
1 parent 4e3981e commit 8384ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/load_balancer.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "cloudflare_load_balancer" "bar" {
}
region_pools {
region = "WNAM"
pool_ids = [cloudflare_load_balancer_pool.foo.id"]
pool_ids = [cloudflare_load_balancer_pool.foo.id]
}
}
Expand Down

0 comments on commit 8384ddb

Please sign in to comment.