AWS: Managing Access to IAM Groups
PreviousAWS: Managing Access to Identity Center Permission SetsNextAzure AD: Managing Access to Groups
Last updated
locals {
account_name = "" #CHANGEME
repo_name = "" #CHANGEME
...
} resource "abbey_grant_kit" "..." {
...
workflow = {
steps = [
{
reviewers = {
- one_of = ["replace-me@example.com"] # CHANGEME
+ one_of = ["alice@example.com"]provider "aws" {
region = "us-east-1" # CHANGEME (if necessary)
}curl -X POST \
-H "Authorization: Bearer $ABBEY_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.abbey.io/v1/users/<user_id>/apps \
-d '{"type": "aws_iam", "data": {"id": "<your AWS IAM user ID>"}}'