Skip to content

Commit

Permalink
final doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Auld committed Apr 18, 2018
1 parent fba737e commit f5afb72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/pipeline.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ resource "buildkite_pipeline" "example" {
organization = "my-org"
name = "My great pipeline"
repository = "[email protected]:myorg/my-repo.git"
step {
steps = [{
type = "script"
name = "Hi!"
command = "echo \"Hello world\""
}
}]
}
```

Expand All @@ -30,7 +30,7 @@ resource "buildkite_pipeline" "example" {
* `organization` - (Required) The name of the organization to which the pipeline is associated
* `name` - (Required) The pipeline name
* `repository` - (Required) The git repository associated with the pipeline
* `step` - (Required) At least one step block as documented below
* `steps` - (Required) At list of step blocks as documented below
* `description` - (Optional, Forces new resource) The pipeline description
* `env` - (Optional, Forces new resource) A map of ENV key/value pairs that apply to the whole pipeline
* `provider_settings` - (Optional, Forces new resource) A map of key/bool provider_settings. Provider specific and are not well documented.
Expand Down

0 comments on commit f5afb72

Please sign in to comment.