Skip to content

Commit

Permalink
chore(ec2-metadata-service): rename options file to include in dist-t…
Browse files Browse the repository at this point in the history
…ypes (#5931)

* chore(ec2-metadata-service): rename options file to include in dist-types

* chore(ec2-metadata-service): delete .d.ts options file

* chore(ec2-metadata-service): correct type for disableFetchToken
  • Loading branch information
siddsriv committed Mar 21, 2024
1 parent c044798 commit 404fe3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export interface MetadataServiceOptions {
/**
* when true, metadata service will not fetch token, which indicates usage of IMDSv1
*/
disableFetchToken?: false;
disableFetchToken?: boolean;
}

0 comments on commit 404fe3d

Please sign in to comment.