Difference between revisions of "Terraform resource: aws identitystore group"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
 
* <code>[[aws_identitystore_user]]</code>
 
* <code>[[aws_identitystore_user]]</code>
 
* [[Identity user]]
 
* [[Identity user]]
 +
* [[aws identitystore create-group]]
  
 
== See also ==
 
== See also ==

Revision as of 12:27, 27 February 2023


resource "aws_identitystore_group" "this" {
 display_name      = "Example group"
 description       = "Example description"
 identity_store_id = tolist(data.aws_ssoadmin_instances.example.identity_store_ids)[0]
}

Related

See also

Advertising: