@pulumi/ec 0.4.1-alpha.1650645085 → 0.4.1

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/deployment.d.ts CHANGED
@@ -139,7 +139,7 @@ import { input as inputs, output as outputs } from "./types";
139
139
  *
140
140
  * ## Import
141
141
  *
142
- * ~> **Note on legacy (pre-slider) deployments** Importing deployments created prior to the addition of sliders in ECE or ESS, without being migrated to use sliders, is not supported. ~> **Note on pre 6.6.0 deployments** Importing deployments with a version lower than `6.6.0` is not supported. ~> **Note on deployments with topology user settings** Only deployments with global user settings (config) are supported. Make sure to migrate to global settings before importing. Deployments can be imported using the `id`, for example
142
+ * ~> **Note on deployment credentials** The `elastic` user credentials are only available whilst creating a deployment. Importing a deployment will not import the `elasticsearch_username` or `elasticsearch_password` attributes. ~> **Note on legacy (pre-slider) deployments** Importing deployments created prior to the addition of sliders in ECE or ESS, without being migrated to use sliders, is not supported. ~> **Note on pre 6.6.0 deployments** Importing deployments with a version lower than `6.6.0` is not supported. ~> **Note on deployments with topology user settings** Only deployments with global user settings (config) are supported. Make sure to migrate to global settings before importing. Deployments can be imported using the `id`, for example
143
143
  *
144
144
  * ```sh
145
145
  * $ pulumi import ec:index/deployment:Deployment search 320b7b540dfc967a7a649c18e2fce4ed
package/deployment.js CHANGED
@@ -144,7 +144,7 @@ const utilities = require("./utilities");
144
144
  *
145
145
  * ## Import
146
146
  *
147
- * ~> **Note on legacy (pre-slider) deployments** Importing deployments created prior to the addition of sliders in ECE or ESS, without being migrated to use sliders, is not supported. ~> **Note on pre 6.6.0 deployments** Importing deployments with a version lower than `6.6.0` is not supported. ~> **Note on deployments with topology user settings** Only deployments with global user settings (config) are supported. Make sure to migrate to global settings before importing. Deployments can be imported using the `id`, for example
147
+ * ~> **Note on deployment credentials** The `elastic` user credentials are only available whilst creating a deployment. Importing a deployment will not import the `elasticsearch_username` or `elasticsearch_password` attributes. ~> **Note on legacy (pre-slider) deployments** Importing deployments created prior to the addition of sliders in ECE or ESS, without being migrated to use sliders, is not supported. ~> **Note on pre 6.6.0 deployments** Importing deployments with a version lower than `6.6.0` is not supported. ~> **Note on deployments with topology user settings** Only deployments with global user settings (config) are supported. Make sure to migrate to global settings before importing. Deployments can be imported using the `id`, for example
148
148
  *
149
149
  * ```sh
150
150
  * $ pulumi import ec:index/deployment:Deployment search 320b7b540dfc967a7a649c18e2fce4ed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/ec",
3
- "version": "v0.4.1-alpha.1650645085+03940c53",
3
+ "version": "v0.4.1",
4
4
  "description": "A Pulumi package for creating and managing ElasticCloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -15,7 +15,7 @@
15
15
  "license": "Apache-2.0",
16
16
  "scripts": {
17
17
  "build": "tsc",
18
- "install": "node scripts/install-pulumi-plugin.js resource ec v0.4.1-alpha.1650645085+03940c53"
18
+ "install": "node scripts/install-pulumi-plugin.js resource ec v0.4.1"
19
19
  },
20
20
  "dependencies": {
21
21
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/ec",
3
- "version": "v0.4.1-alpha.1650645085+03940c53",
3
+ "version": "v0.4.1",
4
4
  "description": "A Pulumi package for creating and managing ElasticCloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -15,7 +15,7 @@
15
15
  "license": "Apache-2.0",
16
16
  "scripts": {
17
17
  "build": "tsc",
18
- "install": "node scripts/install-pulumi-plugin.js resource ec v0.4.1-alpha.1650645085+03940c53"
18
+ "install": "node scripts/install-pulumi-plugin.js resource ec v0.4.1"
19
19
  },
20
20
  "dependencies": {
21
21
  "@pulumi/pulumi": "^3.0.0"