Skip to content

Commit da8d864

Browse files
committed
fix: add temporary TODO
1 parent 84b86fe commit da8d864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cdktf/lib/terraform-resource.ts

+1
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ export class TerraformResource
446446
[this.terraformResourceType]: [this.friendlyUniqueId],
447447
}
448448
: undefined,
449+
// TODO: its was unclear to me if how removed should interact with `toMetadata`
449450
removed: this._removed
450451
? {
451452
[this.terraformResourceType]: [this.friendlyUniqueId],

0 commit comments

Comments
 (0)