Looking to full IaC the deployment of AWS IAM Identity Center, but I am having an issue locating the resources to do so.
I was able to locate some of the basics,
aws_identitystore_group_membership | Resources | hashicorp/aws | Terraform Registry
aws_identitystore_group | Resources | hashicorp/aws | Terraform Registry
aws_identitystore_user | Resources | hashicorp/aws | Terraform Registry
But I need to create custom permission sets.
Are custom permission sets and other features support in terraform?
if so, please link me to the correct resource.
thanks