Difference between revisions of "Terraform resource: aws identitystore user"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
== See also == | == See also == | ||
* {{identitystore}} | * {{identitystore}} | ||
− | * {{tf | + | * {{tf identitystore}} |
[[Category:AWS]] | [[Category:AWS]] |
Revision as of 12:46, 27 February 2023
Example
resource "aws_identitystore_user" "example" { identity_store_id = tolist(data.aws_ssoadmin_instances.example.identity_store_ids)[0] display_name = "John Doe" user_name = "johndoe" name { given_name = "John" family_name = "Doe" } emails { value = "[email protected]" } }
Related
See also
Advertising: