Skip to content

Commit

Permalink
Add description to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stacy Harrison committed Feb 10, 2020
1 parent 078baba commit ef9b49f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/variable.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ resource "tfe_variable" "test" {
value = "my_value_name"
category = "terraform"
workspace_id = "${tfe_workspace.test.id}"
description = "a useful description"
}
```

Expand All @@ -41,6 +42,7 @@ The following arguments are supported:
* `value` - (Required) Value of the variable.
* `category` - (Required) Whether this is a Terraform or environment variable.
Valid values are `terraform` or `env`.
* `description` - (Optional) Description of the variable.
* `hcl` - (Optional) Whether to evaluate the value of the variable as a string
of HCL code. Has no effect for environment variables. Defaults to `false`.
* `sensitive` - (Optional) Whether the value is sensitive. If true then the
Expand Down

0 comments on commit ef9b49f

Please sign in to comment.