Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jamesseanwright/3ac61ff1b42af0c75486d694302a109c to your computer and use it in GitHub Desktop.
Save jamesseanwright/3ac61ff1b42af0c75486d694302a109c to your computer and use it in GitHub Desktop.
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