8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add support for the azuread_access_package_resource_catalog_association data source?
azuread_access_package_resource_catalog_association
data "azuread_access_package_resource_catalog_association" "resource_catalog_assignment" { catalog_id = "<id-of-some-catalog>" resource_origin_id = "<obj-id-of-some-group>" resource_origin_system = "AadGroup" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Community Note
Description
Can you add support for the
azuread_access_package_resource_catalog_association
data source?New or Affected Resource(s)
azuread_access_package_resource_catalog_association
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: