Update documentation for CodePipeline (import)

This commit is contained in:
Alexander Hellbom 2017-02-27 10:10:50 +01:00 committed by Paul Stack
parent a1620ee2e0
commit 92399a23e7
1 changed files with 8 additions and 0 deletions

View File

@ -145,3 +145,11 @@ A `stage` block supports the following arguments:
The following attributes are exported: The following attributes are exported:
* `id` - The codepipeline ID. * `id` - The codepipeline ID.
## Import
CodePipelines can be imported using the name, e.g.
```
$ terraform import aws_codepipeline.foo example
```