Skip to content

Commit b7ec717

Browse files
committed
fix: Include empty default for pool extended_metadata
Signed-off-by: Devon Crouse <[email protected]>
1 parent 4642257 commit b7ec717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/workers/locals.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ locals {
2020
compartment_id = var.compartment_id
2121
create = true
2222
drain = false
23+
extended_metadata = {} # empty pool-specific default
2324
image_id = var.image_id
2425
image_type = var.image_type
2526
memory = local.memory

0 commit comments

Comments
 (0)