Skip to content

Files

Latest commit

5e3e09f · Feb 21, 2022

History

History

separate_configuration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 21, 2022
Feb 21, 2022
Feb 21, 2022

Separated configuration

This example show how the OIDC provider and the IAM roles can be created separately :

  1. Creates the OIDC provider
  2. Stores the ARN of the OIDC provider in an SSM parameter
  3. Retrieves the ARN of the OIDC provider from the SSM parameter in another root module
  4. Creates the IAM role and attaches it to the OIDC provider