Last active
May 7, 2020 14:55
-
-
Save rav94/03c7619800b71df7e4a3210d338f38f9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
provider "aws" { | |
region = var.AWS_REGION | |
access_key = var.AWS_ACCESS_KEY | |
secret_key = var.AWS_SECRET_KEY | |
} | |
provider "mongodbatlas" { | |
public_key = var.ATLAS_PUBLIC_KEY | |
private_key = var.ATLAS_PRIVATE_KEY | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment