8000 GitHub - carrot260/terraform_Atlas
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

carrot260/terraform_Atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform script to deploy Atlas/AWS resources

Contents:

  1. provider.tf

Uses mongodb atlas terraform provider 1.14.0, aws provider version 5.31.0 and terraform latest.

  1. iamrole.tf

Creates Atlas/AWS integration. Generates external ID from Atlas project, Creates IAM role in AWS with trust relationship to Atlas account using external ID. Allows IAM role to access CMK. Authorizes role for BYOK setup. Outputs Atlas Role ID.

  1. project.tf

Configures Aws Customer Managed Key on MongoDB Atlas project. Creates a new database user with atlasAdmin previlleges. Allows all public networks to access the databases within the project.

  1. variables.tf

List of all variables.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0