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

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by one other user not shown)
Line 3: Line 3:
  
 
  resource "aws_identitystore_group" "this" {
 
  resource "aws_identitystore_group" "this" {
  display_name      = "Example group"
+
  display_name      = "Example group"
  description      = "Example description"
+
  description      = "Example description"
  identity_store_id = [[tolist]](data.aws_ssoadmin_instances.example.identity_store_ids)[0]
+
  identity_store_id = [[tolist]](data.aws_ssoadmin_instances.example.identity_store_ids)[0]
 
  }
 
  }
  
 
== Related ==
 
== Related ==
 
* <code>[[aws_identitystore_user]]</code>
 
* <code>[[aws_identitystore_user]]</code>
 +
* [[Identity user]]
 +
* <code>[[aws identitystore create-group]]</code>
  
 
== See also ==
 
== See also ==
* {{tf aws}}
+
* {{tf identitystore}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 13:48, 11 February 2024


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[edit]

See also[edit]

Advertising: