@pulumi/archive
Advanced tools
Comparing version 0.2.0-alpha.1726031707 to 0.2.0-alpha.1726065782
@@ -88,3 +88,3 @@ import * as pulumi from "@pulumi/pulumi"; | ||
/** | ||
* The type of archive to generate. NOTE: `zip` is supported. | ||
* The type of archive to generate. NOTE: `zip` and `tar.gz` is supported. | ||
*/ | ||
@@ -170,3 +170,3 @@ readonly type: pulumi.Output<string>; | ||
/** | ||
* The type of archive to generate. NOTE: `zip` is supported. | ||
* The type of archive to generate. NOTE: `zip` and `tar.gz` is supported. | ||
*/ | ||
@@ -216,5 +216,5 @@ type?: pulumi.Input<string>; | ||
/** | ||
* The type of archive to generate. NOTE: `zip` is supported. | ||
* The type of archive to generate. NOTE: `zip` and `tar.gz` is supported. | ||
*/ | ||
type: pulumi.Input<string>; | ||
} |
@@ -49,3 +49,3 @@ import * as pulumi from "@pulumi/pulumi"; | ||
/** | ||
* The type of archive to generate. NOTE: `zip` is supported. | ||
* The type of archive to generate. NOTE: `zip` and `tar.gz` is supported. | ||
*/ | ||
@@ -127,3 +127,3 @@ type: string; | ||
/** | ||
* The type of archive to generate. NOTE: `zip` is supported. | ||
* The type of archive to generate. NOTE: `zip` and `tar.gz` is supported. | ||
*/ | ||
@@ -177,5 +177,5 @@ readonly type: string; | ||
/** | ||
* The type of archive to generate. NOTE: `zip` is supported. | ||
* The type of archive to generate. NOTE: `zip` and `tar.gz` is supported. | ||
*/ | ||
type: pulumi.Input<string>; | ||
} |
{ | ||
"name": "@pulumi/archive", | ||
"version": "0.2.0-alpha.1726031707", | ||
"version": "0.2.0-alpha.1726065782", | ||
"description": "A Pulumi package for creating and managing Archive cloud resources.", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"name": "archive", | ||
"version": "0.2.0-alpha.1726031707" | ||
"version": "0.2.0-alpha.1726065782" | ||
} | ||
} |
61337