@pulumi/pulumiservice 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deploymentSettings.d.ts +2 -2
- package/deploymentSettings.js +2 -2
- package/package.json +2 -2
package/deploymentSettings.d.ts
CHANGED
|
@@ -5,10 +5,10 @@ import * as inputs from "./types/input";
|
|
|
5
5
|
*
|
|
6
6
|
* ### Import
|
|
7
7
|
*
|
|
8
|
-
* Deployment settings can be imported using the `id`, which for deployment settings is {org}/{project}/{stack} e.g.,
|
|
8
|
+
* Deployment settings can be imported using the `id`, which for deployment settings is `{org}/{project}/{stack}` e.g.,
|
|
9
9
|
*
|
|
10
10
|
* ```sh
|
|
11
|
-
* $ pulumi import pulumiservice:index:DeploymentSettings my_settings
|
|
11
|
+
* $ pulumi import pulumiservice:index:DeploymentSettings my_settings my-org/my-project/my-stack
|
|
12
12
|
* ```
|
|
13
13
|
*/
|
|
14
14
|
export declare class DeploymentSettings extends pulumi.CustomResource {
|
package/deploymentSettings.js
CHANGED
|
@@ -11,10 +11,10 @@ const utilities = require("./utilities");
|
|
|
11
11
|
*
|
|
12
12
|
* ### Import
|
|
13
13
|
*
|
|
14
|
-
* Deployment settings can be imported using the `id`, which for deployment settings is {org}/{project}/{stack} e.g.,
|
|
14
|
+
* Deployment settings can be imported using the `id`, which for deployment settings is `{org}/{project}/{stack}` e.g.,
|
|
15
15
|
*
|
|
16
16
|
* ```sh
|
|
17
|
-
* $ pulumi import pulumiservice:index:DeploymentSettings my_settings
|
|
17
|
+
* $ pulumi import pulumiservice:index:DeploymentSettings my_settings my-org/my-project/my-stack
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
20
20
|
class DeploymentSettings extends pulumi.CustomResource {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/pulumiservice",
|
|
3
|
-
"version": "v0.7.
|
|
3
|
+
"version": "v0.7.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"kind/native",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource pulumiservice v0.7.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource pulumiservice v0.7.2"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|