Skip to content

Commit 65a185a

Browse files
committed
Update MESH component tfvars
1 parent 9bf7ace commit 65a185a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

infrastructure/mesh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Important
22

33
The Mesh module is not idempotent, which is why it is kept separate from the main infrastructure folder. Each time the module is applied, it triggers the recreation of various AWS resources related to the Mesh configuration.
4-
There is 1 mesh mailbox for int that currently resides in the dev AWS account. This should be moved to the new INT AWS account once it becomes active.
4+
There is 1 mesh mailbox for MESH int that currently resides in the preprod AWS account.
55

66
## Running terraform
77

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
aws_environment = "preprod"
2+
imms_account_id = "084828561157"
3+
mesh_environment = "integration"
4+
mesh_mailbox_ids = ["X26OT303"]
5+
mesh_dlq_mailbox_id = "X26OT304"

0 commit comments

Comments
 (0)