Skip to content

drata/terraform-aws-drata-autopilot-role

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

terraform-aws-drata-autopilot-role

Terraform module to create the Drata Autopilot Role in AWS

Usage

Note the example below uses ref=main. It is recommended to pin this module to a specific tag version (i.e. ref=1.0.0) to avoid breaking changes. See the releases page for a list of published versions.

module "drata_autopilot_role" {
  source              = "git::https://github.com/drata/terraform-aws-drata-autopilot-role.git?ref=main"
  role_sts_externalid = "YOUR_EXTERNAL_ID"
}

# this will output the Role ARN
output "drata_autopilot_role" {
  value = module.drata_autopilot_role.role_arn
}

Replace YOUR_EXTERNAL_ID with the External ID in the AWS connection panel in Drata

After you apply this terraform, it will output the Role ARN that you can paste into the AWS connection panel in Drata to initiate the connection.

Setup

The following steps demonstrate how to connect AWS in Drata when using this terraform module.

  1. Add the code above to your terraform code
  2. Replace main in ref=main with the latest version from the releases page
  3. In your browser, open https://app.drata.com/account-settings/connections/aws
  4. Copy the Drata External ID from the AWS connection panel in Drata and replace YOUR_EXTERNAL_ID in the module with the ID you copied
    • Do NOT close the drawer or click the Save button at this point
  5. Back in your terminal, run terraform init to download/update the module
  6. Run terraform apply and IMPORTANT review the plan output before typing yes
  7. When the terraform is applied, it will output the Role ARN, copy the ARN
  8. Paste the Role ARN into the Role ARN field in the AWS Connections drawer in Drata
  9. Click the Save & Test Connection button

About

Terraform module to create the Drata Autopilot Role in AWS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages