Skip to content

Commit

Permalink
moved & removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang Zhe Jiet authored and Chang Zhe Jiet committed Mar 28, 2024
1 parent 8dc02a0 commit 20e8034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/arguments/Argument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export class Argument<T extends string = string> extends TerraformElement {
* Construct argument.
*
* @param arg argument as string
* @param escape escape the value
*/
constructor(arg: T) {
super();
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ export {
Import, ImportArgs,
Locals,
Module, ModuleArgs,
Moved, MovedArgs,
Output, OutputArgs,
Provider,
Provisioner, FileProvisionerArgs, LocalExecProvisionerArgs, RemoteExecProvisionerArgs,
Removed, RemovedArgs,
Resource, ResourceToDataOptions,
Variable, VariableArgs
} from './blocks';
Expand Down

0 comments on commit 20e8034

Please sign in to comment.