Skip to content

Commit

Permalink
documentation only: add a note to /r/codepipeline.markdown to indicat…
Browse files Browse the repository at this point in the history
…e that a minimum of two stage blocks is required
  • Loading branch information
jrobison-sb committed Jul 6, 2018
1 parent ae2f085 commit 25050a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/codepipeline.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The following arguments are supported:
* `name` - (Required) The name of the pipeline.
* `role_arn` - (Required) A service role Amazon Resource Name (ARN) that grants AWS CodePipeline permission to make calls to AWS services on your behalf.
* `artifact_store` (Required) An artifact_store block. Artifact stores are documented below.
* `stage` (Required) A stage block. Stages are documented below.
* `stage` (Minimum of at least two `stage` blocks is required) A stage block. Stages are documented below.


An `artifact_store` block supports the following arguments:
Expand Down

0 comments on commit 25050a7

Please sign in to comment.