You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module.ap.azuread_access_package_resource_catalog_association.this: Creating...
module.ap.azuread_access_package_resource_catalog_association.this: Still creating... [10s elapsed]
module.ap.azuread_access_package_resource_catalog_association.this: Still creating... [20s elapsed]
╷
│ Error: Failed to parse resource ID "ed64f87c-f78c-4710-8a36-xxxxxxxxxxxx/https://<REDACTED>.sharepoint.com/sites/TestTeam"
│
│ with module.ap.azuread_access_package_resource_catalog_association.this,
│ on module/main.tf line 102, in resource "azuread_access_package_resource_catalog_association" "this":
│ 102: resource "azuread_access_package_resource_catalog_association" "this" {
│
│ ID should be in the format {catalogId}/{originId} - but got "ed64f87c-f78c-4710-8a36-xxxxxxxxxxxx/https://<REMOVED>.sharepoint.com/sites/TestTeam"
|
Expected Behavior
Association successful
Actual Behavior
Provider refuses to accept ed64f87c-f78c-4710-8a36-xxxxxxxxxxxx/https://<REMOVED>.sharepoint.com/sites/TestTeam as a valid ID, even though the association was successful.
Steps to Reproduce
Create azuread_access_package_resource_catalog_association where resource_origin_system = SharePointOnline
Important Factoids
resource_origin_id for a SharePoint resource is a URL.
References
The text was updated successfully, but these errors were encountered:
Community Note
Terraform (and AzureAD Provider) Version
provider registry.terraform.io/hashicorp/azuread v3.0.2
Affected Resource(s)
azuread_access_package_resource_catalog_association
Terraform Configuration Files
Debug Output
Expected Behavior
Association successful
Actual Behavior
Provider refuses to accept
ed64f87c-f78c-4710-8a36-xxxxxxxxxxxx/https://<REMOVED>.sharepoint.com/sites/TestTeam
as a valid ID, even though the association was successful.Steps to Reproduce
Create
azuread_access_package_resource_catalog_association
whereresource_origin_system = SharePointOnline
Important Factoids
resource_origin_id
for a SharePoint resource is a URL.References
The text was updated successfully, but these errors were encountered: