Difference between revisions of "Terraform resource: aws identitystore group"
Jump to navigation
Jump to search
(Created page with " {{tf aws}}") |
|||
(9 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/identitystore_group | ||
+ | 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 == | ||
+ | * <code>[[aws_identitystore_user]]</code> | ||
+ | * [[Identity user]] | ||
+ | * <code>[[aws identitystore create-group]]</code> | ||
− | {{tf | + | == See also == |
+ | * {{tf identitystore}} | ||
+ | |||
+ | [[Category:Terraform]] |
Latest revision as of 13:48, 11 February 2024
Advertising: