AWS IAM identity centre parameters(SSO)

Hi,
For creating permissionsets and account assignment for them, what exactly should I enter in the data blocks?

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_account_assignment

From the example on the page,

data "aws_ssoadmin_instances" "example" {}

Nothing. That’s all you need to get a set of all SSO instance ARNs for a specific account (given that your provider is configured correctly).

You can then use the data source as shown in the example.

I’d suggest you try it out and post the errors here if you encounter any.