File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ import {
5757# - Sandbox Account: bbqs-ember-admin@jhuapl.edu -- @sandbox.emberarchive.org
5858
5959resource "improvmx_domain" "sandbox" {
60- domain = " sandbox.emberarchive.org"
60+ provider = improvmx. sandbox
61+ domain = " sandbox.emberarchive.org"
6162}
6263
6364resource "improvmx_email_forward" "sandbox_info" {
Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ provider "improvmx" {
4444 # Must set IMPROVMX_API_TOKEN envvar
4545}
4646
47+ provider "improvmx" {
48+ alias = " sandbox"
49+ api_key = var. IMPROVMX_SANDBOX_API_TOKEN
50+ # Must set IMPROVMX_SANDBOX_API_TOKEN envvar
51+ }
52+
4753data "aws_canonical_user_id" "project_account" {}
4854
4955data "aws_caller_identity" "project_account" {}
Original file line number Diff line number Diff line change @@ -12,3 +12,8 @@ variable "dev_email" {
1212 type = string
1313 description = " The core developer email list."
1414}
15+
16+ variable "IMPROVMX_SANDBOX_API_TOKEN" {
17+ type = string
18+ description = " ImprovMX Sandbox account API token."
19+ }
You can’t perform that action at this time.
0 commit comments