Skip to content

Commit

Permalink
Update repository_variable.html.markdown
Browse files Browse the repository at this point in the history
- correcting typo in the argument refrence
  • Loading branch information
ac27182 authored Jun 16, 2020
1 parent a677ca5 commit 8eee3d0
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 8eee3d0

Please sign in to comment.