Skip to content

Commit

Permalink
fix tie breker conflict (#498)
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen Ramu <[email protected]>
  • Loading branch information
praveenramuu authored Mar 23, 2024
1 parent 4446dd1 commit 1d5279a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ locals {
subnet = var.vpc_storage_cluster_private_subnets[2] # Consider only last element
disks = tomap({
for idx, disk in tolist(local.flatten_tie_disk) :
disk["name"] => {
format("%s-%s", vm_name, disk["name"]) => {
size = disk["size"]
type = disk["type"]
termination = disk["termination"]
Expand Down

0 comments on commit 1d5279a

Please sign in to comment.