From 25050a768cd020eb33fd3913692322eb92d8c3d6 Mon Sep 17 00:00:00 2001 From: John Robison Date: Fri, 6 Jul 2018 15:41:42 -0400 Subject: [PATCH] documentation only: add a note to /r/codepipeline.markdown to indicate that a minimum of two stage blocks is required --- website/docs/r/codepipeline.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/codepipeline.markdown b/website/docs/r/codepipeline.markdown index dc1a04fa722..94bef27fcb0 100644 --- a/website/docs/r/codepipeline.markdown +++ b/website/docs/r/codepipeline.markdown @@ -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: