Skip to content

Commit d6e2457

Browse files
committed
fix lifecycle ignore
1 parent b8c72e0 commit d6e2457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/gcp/terraform/boskos/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ EOF
7171
}
7272
lifecycle {
7373
ignore_changes = [
74-
metadata.ssh-keys # mutated by CI all the time, ignore after initial creation
74+
metadata["ssh-keys"] # mutated by CI all the time, ignore after initial creation
7575
]
7676
}
7777
}

0 commit comments

Comments
 (0)