Skip to content

Commit

Permalink
Fix docs for codebuild, so the markdown parses properly (#3323)
Browse files Browse the repository at this point in the history
* add in new line so it parses properly

Also includes @atsushi-ishibashi fix from #2811

* remove the type, which can be added back later
  • Loading branch information
nicwise authored and catsby committed Feb 13, 2018
1 parent 7759f4d commit fa0c754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/codebuild_project.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ 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.

Expand Down

0 comments on commit fa0c754

Please sign in to comment.