Skip to content

Commit

Permalink
Update packages/cdktf/lib/terraform-element.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ansgar Mertens <[email protected]>
  • Loading branch information
x3cion and ansgarm committed May 9, 2022
1 parent d5d64ba commit d2ea4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdktf/lib/terraform-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class TerraformElement extends Construct {
public resetOverrideLogicalId() {
ok(
!this._fqnToken,
"Logical ID may not be overriden once .fqn has been requested"
"Logical ID may not be overriden once .fqn has been requested. You can only reset the override before you pass the construct to other constructs."
);
this._logicalIdOverride = undefined;
}
Expand Down

0 comments on commit d2ea4b7

Please sign in to comment.