Difference between revisions of "Terraform resource: aws identitystore group"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/identitystore_group | * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/identitystore_group | ||
− | + | ||
− | 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 == |
Revision as of 11:04, 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
- Terraform AWS: provider, resources, modules, data sources, VPC, IAM, Net, EC2, S3, Route53, ACM, CloudWatch, SES, RDS, ECS,
awscc, autoscaling, EKS
Advertising: