We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e900c commit 455b3a6Copy full SHA for 455b3a6
terraform/mesh.tf
@@ -5,6 +5,7 @@ module "mesh" {
5
mesh_env = "integration"
6
subnet_ids = data.aws_subnets.default.ids
7
8
+ # TODO single or many mailbox ids
9
mailbox_ids = [local.mesh_mailbox_id]
10
dlq_mailbox_id = local.mesh_dlq_mailbox_id
11
verify_ssl = "true"
0 commit comments