Hi,
For creating permissionsets and account assignment for them, what exactly should I enter in the data blocks?
From the example on the page,
data "aws_ssoadmin_instances" "example" {}
Hi,
For creating permissionsets and account assignment for them, what exactly should I enter in the data blocks?
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.
(post deleted by author)