Skip to content

Commit

Permalink
Fix minor word duplication
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
s3bw authored and modular-magician committed Jan 13, 2020
1 parent dd5be0c commit 433213b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-beta/resource_monitoring_notification_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ label with value "SECRET" will be obfuscated as "**CRET". In order
to avoid a diff, Terraform will use the state value if it appears
that the obfuscated value matches the state value in
length/unobfuscated characters. However, Terraform will not detect a
a diff if the obfuscated portion of the value was changed outside of
diff if the obfuscated portion of the value was changed outside of
Terraform.`,
Elem: &schema.Schema{Type: schema.TypeString},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The following arguments are supported:
to avoid a diff, Terraform will use the state value if it appears
that the obfuscated value matches the state value in
length/unobfuscated characters. However, Terraform will not detect a
a diff if the obfuscated portion of the value was changed outside of
diff if the obfuscated portion of the value was changed outside of
Terraform.

* `user_labels` -
Expand Down

0 comments on commit 433213b

Please sign in to comment.