Skip to content

Commit

Permalink
Adding import documentation for control tower controls (#28132)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilfarmer authored Dec 5, 2022
1 parent 627c160 commit bc4dde9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/r/controltower_control.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ The following arguments are supported:
In addition to all arguments above, the following attributes are exported:

* `id` - The ARN of the organizational unit.

## Import

Control Tower Controls can be imported using their `organizational_unit_arn/control_identifier`, e.g.,

```
$ terraform import aws_controltower_control.example arn:aws:organizations::123456789101:ou/o-qqaejywet/ou-qg5o-ufbhdtv3,arn:aws:controltower:us-east-1::control/WTDSMKDKDNLE
```

0 comments on commit bc4dde9

Please sign in to comment.