Skip to content

Commit

Permalink
Merge pull request #15247 from terraform-providers/d-missing-text-v3-…
Browse files Browse the repository at this point in the history
…codepipeline

Adds missing text to aws_codepipeline v3 upgrade documentation
  • Loading branch information
gdavison authored Sep 21, 2020
2 parents 8d2750c + 8783b5a commit d197893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/guides/version-3-upgrade.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,8 @@ resource "aws_codepipeline" "example" {
}
```

The configuration could be updated as follows:

```bash
$ TF_VAR_github_token=<token> terraform apply
```
Expand Down

0 comments on commit d197893

Please sign in to comment.