@pulumi/digitalocean 4.65.0 → 4.65.1-alpha.1778132982

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.
Files changed (2) hide show
  1. package/droplet.d.ts +1 -1
  2. package/package.json +2 -2
package/droplet.d.ts CHANGED
@@ -144,7 +144,7 @@ export declare class Droplet extends pulumi.CustomResource {
144
144
  *
145
145
  * > **NOTE:** If you use `volumeIds` on a Droplet, Terraform will assume management over the full set volumes for the instance, and treat additional volumes as a drift. For this reason, `volumeIds` must not be mixed with external `digitalocean.VolumeAttachment` resources for a given instance.
146
146
  */
147
- readonly publicNetworking: pulumi.Output<boolean | undefined>;
147
+ readonly publicNetworking: pulumi.Output<boolean>;
148
148
  /**
149
149
  * The region where the Droplet will be created.
150
150
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/digitalocean",
3
- "version": "4.65.0",
3
+ "version": "4.65.1-alpha.1778132982",
4
4
  "description": "A Pulumi package for creating and managing DigitalOcean cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -22,6 +22,6 @@
22
22
  "pulumi": {
23
23
  "resource": true,
24
24
  "name": "digitalocean",
25
- "version": "4.65.0"
25
+ "version": "4.65.1-alpha.1778132982"
26
26
  }
27
27
  }