Skip to content

Commit

Permalink
Merge pull request hashicorp#54 from hartzell/patch-1
Browse files Browse the repository at this point in the history
Typo: secuired -> secured
  • Loading branch information
cwood authored Aug 31, 2020
2 parents a677ca5 + 056baf4 commit f853746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/repository_variable.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ resource "bitbucket_repository_variable" "debug" {
* `key` - (Required) The key of the key value pair
* `value` - (Required) The value of the key
* `repository` - (Required) The repository ID you want to put this variable onto.
* `secuired` - (Optional) If you want to make this viewable in the UI.
* `secured` - (Optional) If you want to make this viewable in the UI.

* `uuid` - (Computed) The UUID of the variable
* `uuid` - (Computed) The UUID of the variable

0 comments on commit f853746

Please sign in to comment.