Skip to content

Commit

Permalink
Merge pull request #5115 from jrobison-sb/codepipeline-docs-add-stage…
Browse files Browse the repository at this point in the history
…-requirement

documentation only: add a note to /r/codepipeline.markdown to indicat…
  • Loading branch information
bflad authored Jul 6, 2018
2 parents 1e15008 + 25050a7 commit c840b04
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 c840b04

Please sign in to comment.