Skip to content

Commit

Permalink
feat: update import docs for access_package_resource_package_association
Browse files Browse the repository at this point in the history
  • Loading branch information
sklakegg authored Nov 2, 2023
1 parent 0d44cb6 commit 8b09457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/access_package_resource_package_association.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ In addition to all arguments above, the following attributes are exported:

## Import

The resource and catalog association can be imported using the access package ID, the resource association ID, the resource origin ID, and the access type, e.g.
The resource and catalog association can be imported using the access package ID, the access package ResourceRoleScope, the resource origin ID, and the access type, e.g.

```
terraform import azuread_access_package_resource_package_association.example 00000000-0000-0000-0000-000000000000/11111111-1111-1111-1111-111111111111_22222222-2222-2222-2222-22222222/33333333-3333-3333-3333-33333333/Member
```

-> This ID format is unique to Terraform and is composed of the Access Package ID, the Resource Association ID, the Resource Origin ID, and the Access Type, in the format `{AccessPackageID}/{ResourceAssociationID}/{ResourceOriginID}/{AccessType}`.
-> This ID format is unique to Terraform and is composed of the Access Package ID, the access package ResourceRoleScope (in the format Role_Scope), the Resource Origin ID, and the Access Type, in the format `{AccessPackageID}/{ResourceRoleScope}/{ResourceOriginID}/{AccessType}`.

0 comments on commit 8b09457

Please sign in to comment.