diff --git a/tencentcloud/services/tco/resource_tc_organization_org_share_unit.md b/tencentcloud/services/tco/resource_tc_organization_org_share_unit.md index 298062cd40..851ef01513 100644 --- a/tencentcloud/services/tco/resource_tc_organization_org_share_unit.md +++ b/tencentcloud/services/tco/resource_tc_organization_org_share_unit.md @@ -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 +``` diff --git a/tencentcloud/services/tco/resource_tc_organization_policy_sub_account_attachment.md b/tencentcloud/services/tco/resource_tc_organization_policy_sub_account_attachment.md index fb65808762..0cc8bf9c35 100644 --- a/tencentcloud/services/tco/resource_tc_organization_policy_sub_account_attachment.md +++ b/tencentcloud/services/tco/resource_tc_organization_policy_sub_account_attachment.md @@ -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 -``` \ No newline at end of file diff --git a/website/docs/r/organization_org_share_unit.html.markdown b/website/docs/r/organization_org_share_unit.html.markdown index 35209d1042..1a0aac9f9d 100644 --- a/website/docs/r/organization_org_share_unit.html.markdown +++ b/website/docs/r/organization_org_share_unit.html.markdown @@ -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 +``` + diff --git a/website/docs/r/organization_policy_sub_account_attachment.html.markdown b/website/docs/r/organization_policy_sub_account_attachment.html.markdown index b2b466cea3..88c5980705 100644 --- a/website/docs/r/organization_policy_sub_account_attachment.html.markdown +++ b/website/docs/r/organization_policy_sub_account_attachment.html.markdown @@ -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 -``` -