Skip to content

Commit

Permalink
feat: add resource tencentcloud_organization_org_share_unit
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiMengXS committed Feb 5, 2024
1 parent fa648bb commit 71653c9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ resource "tencentcloud_organization_org_share_unit" "org_share_unit" {
}
```

Import

organization org_share_unit can be imported using the id, e.g.

```
terraform import tencentcloud_organization_org_share_unit.org_share_unit org_share_unit_id
```
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ resource "tencentcloud_organization_policy_sub_account_attachment" "policy_sub_a
policy_id = 144256499
}
```
Import

organization policy_sub_account_attachment can be imported using the id, e.g.
```
$ terraform import tencentcloud_organization_policy_sub_account_attachment.policy_sub_account_attachment policyId#memberUin#orgSubAccountUin
```
8 changes: 8 additions & 0 deletions website/docs/r/organization_org_share_unit.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ In addition to all arguments above, the following attributes are exported:
* `unit_id` - Shared unit region. The regions that support sharing can be obtained through the DescribeShareAreas interface.


## Import

organization org_share_unit can be imported using the id, e.g.

```
terraform import tencentcloud_organization_org_share_unit.org_share_unit org_share_unit_id
```

Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,3 @@ In addition to all arguments above, the following attributes are exported:
* `update_time` - Update time.


## Import

organization policy_sub_account_attachment can be imported using the id, e.g.
```
$ terraform import tencentcloud_organization_policy_sub_account_attachment.policy_sub_account_attachment policyId#memberUin#orgSubAccountUin
```

0 comments on commit 71653c9

Please sign in to comment.