Skip to content

Commit

Permalink
Import id can be TerraformElement
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang Zhe Jiet authored and Chang Zhe Jiet committed Apr 20, 2024
1 parent a519e2c commit 04a165c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/Import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Block } from '.';
*/
export interface ImportArgs {
to: TerraformElement;
id: string;
id: TerraformElement | string;
provider?: Argument;
}

Expand Down

0 comments on commit 04a165c

Please sign in to comment.