Created
July 18, 2021 22:31
-
-
Save jamesseanwright/3ac61ff1b42af0c75486d694302a109c 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
variable "region" { | |
description = "The AWS region to which the lambdas and AWS-backed Atlas cluster are deployed" | |
type = string | |
} | |
variable "atlas_org_id" { | |
description = "The ID of your MongoDB Atlas organisation" | |
type = string | |
} | |
variable "rest_api_key" { | |
description = "The API key with which the REST endpoints must be called" | |
type = string | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment