A FileArchive is a file-based archive, or a collection of file-based
assets. This can be a raw directory or a single archive file in one of the
supported formats (.tar, .tar.gz, or .zip).
Returns true if the given object is an Archive. This is designed
to work even when multiple copies of the Pulumi SDK have been loaded into
the same process.
A FileArchive is a file-based archive, or a collection of file-based assets. This can be a raw directory or a single archive file in one of the supported formats (
.tar
,.tar.gz
, or.zip
).