Skip to content

Commit

Permalink
add in new line so it parses properly
Browse files Browse the repository at this point in the history
Also includes @atsushi-ishibashi fix from hashicorp#2811
  • Loading branch information
nicwise committed Feb 10, 2018
1 parent 46a74e6 commit b35b3c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/codebuild_project.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,10 @@ The following arguments are supported:
* `environment_variable` - (Optional) A set of environment variables to make available to builds for this build project.

`environment_variable` supports the following:

* `name` - (Required) The environment variable's name or key.
* `value` - (Required) The environment variable's value.
* `type` - (Optional) The type of environment variable. Valid values: `PARAMETER_STORE`, `PLAINTEXT`.

`source` supports the following:

Expand Down

0 comments on commit b35b3c1

Please sign in to comment.