Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 05f56cd

Browse files
define storage queues
1 parent b559360 commit 05f56cd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

infrastructure/tf-core/environments/development.tfvars

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,16 @@ storage_accounts = {
263263
public_network_access_enabled = true
264264
blob_properties_delete_retention_policy = 7
265265
blob_properties_versioning_enabled = false
266-
containers = {}
266+
containers = {
267+
incoming = {
268+
container_name = "incoming-mesh-files"
269+
}
270+
}
271+
queues = [
272+
"file-extract",
273+
"file-extract-poison",
274+
"file-transform",
275+
"file-transform-poison"
276+
]
267277
}
268278
}

0 commit comments

Comments
 (0)