Update documentation for CodePipeline (import)
This commit is contained in:
parent
a1620ee2e0
commit
92399a23e7
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue