From d1271dd8bdee0f4e9242694238f221c141fd0b92 Mon Sep 17 00:00:00 2001 From: Or Elimelech Date: Wed, 30 Nov 2016 11:55:49 +0200 Subject: [PATCH] Small typo (#10431) Just fixing a small typo --- d/google_iam_policy.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d/google_iam_policy.html.markdown b/d/google_iam_policy.html.markdown index 4151fdc9..01d94012 100644 --- a/d/google_iam_policy.html.markdown +++ b/d/google_iam_policy.html.markdown @@ -29,7 +29,7 @@ data "google_iam_policy" "admin" { } ``` -This data source is used to define IAM policies to apply to othe resources. +This data source is used to define IAM policies to apply to other resources. Currently, defining a policy through a datasource and referencing that policy from another resource is the only way to apply an IAM policy to a resource.