Skip to content

Commit

Permalink
Merge pull request #9496 from kasitmp/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in configuration template
  • Loading branch information
ryndaniels authored Jul 25, 2019
2 parents b25ebb2 + fb8df7b commit 24755e8
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 @@ -138,7 +138,7 @@ resource "aws_codepipeline" "codepipeline" {
input_artifacts = ["build_output"]
version = "1"
configuration {
configuration = {
ActionMode = "REPLACE_ON_FAILURE"
Capabilities = "CAPABILITY_AUTO_EXPAND,CAPABILITY_IAM"
OutputFileName = "CreateStackOutput.json"
Expand Down

0 comments on commit 24755e8

Please sign in to comment.