Skip to content
Discussion options

You must be logged in to vote

In the reference architecture in security/_global/account-baseline/users.yml we can see the users and IAM groups that they belong to.

Looking at security/_global/account-baseline/terragrunt.hcl, we can see that it is sourcing the service catalog (roughly lines 13 and 65-66):

  source = "${local.source_base_url}?ref=v0.82.0"
  ...
  locals {
    source_base_url = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/landingzone/account-baseline-security"

Let's jump over to the service catalog, specifically modules/landingzone/account-baseline-security/main.tf (about line 200):

module "iam_groups" {
  source = "git::[email protected]:gruntwork-io/terraform-aws-security.…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pete0emerson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment