Skip to content

Commit

Permalink
Fix minor word duplication (#5397)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Sebastien Williams-Wynn <s.williamswynn.mail@gmail.com>
  • Loading branch information
2 people authored and emilymye committed Jan 13, 2020
1 parent 26361bd commit c5e1e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/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 c5e1e21

Please sign in to comment.