@pulumi/digitalocean 4.28.0 → 4.28.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/digitalocean",
3
- "version": "v4.28.0",
3
+ "version": "v4.28.1",
4
4
  "description": "A Pulumi package for creating and managing DigitalOcean cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -564,7 +564,7 @@ export interface AppSpecJobImage {
564
564
  /**
565
565
  * Access credentials for third-party registries
566
566
  */
567
- registryCredentials: pulumi.Input<string>;
567
+ registryCredentials?: pulumi.Input<string>;
568
568
  /**
569
569
  * The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
570
570
  */
@@ -870,7 +870,7 @@ export interface AppSpecServiceImage {
870
870
  /**
871
871
  * Access credentials for third-party registries
872
872
  */
873
- registryCredentials: pulumi.Input<string>;
873
+ registryCredentials?: pulumi.Input<string>;
874
874
  /**
875
875
  * The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
876
876
  */
@@ -1264,7 +1264,7 @@ export interface AppSpecWorkerImage {
1264
1264
  /**
1265
1265
  * Access credentials for third-party registries
1266
1266
  */
1267
- registryCredentials: pulumi.Input<string>;
1267
+ registryCredentials?: pulumi.Input<string>;
1268
1268
  /**
1269
1269
  * The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
1270
1270
  */
package/types/output.d.ts CHANGED
@@ -563,7 +563,7 @@ export interface AppSpecJobImage {
563
563
  /**
564
564
  * Access credentials for third-party registries
565
565
  */
566
- registryCredentials: string;
566
+ registryCredentials?: string;
567
567
  /**
568
568
  * The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
569
569
  */
@@ -869,7 +869,7 @@ export interface AppSpecServiceImage {
869
869
  /**
870
870
  * Access credentials for third-party registries
871
871
  */
872
- registryCredentials: string;
872
+ registryCredentials?: string;
873
873
  /**
874
874
  * The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
875
875
  */
@@ -1263,7 +1263,7 @@ export interface AppSpecWorkerImage {
1263
1263
  /**
1264
1264
  * Access credentials for third-party registries
1265
1265
  */
1266
- registryCredentials: string;
1266
+ registryCredentials?: string;
1267
1267
  /**
1268
1268
  * The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
1269
1269
  */
@@ -2143,7 +2143,7 @@ export interface GetAppSpecJobImage {
2143
2143
  /**
2144
2144
  * Access credentials for third-party registries
2145
2145
  */
2146
- registryCredentials: string;
2146
+ registryCredentials?: string;
2147
2147
  /**
2148
2148
  * The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
2149
2149
  */
@@ -2447,7 +2447,7 @@ export interface GetAppSpecServiceImage {
2447
2447
  /**
2448
2448
  * Access credentials for third-party registries
2449
2449
  */
2450
- registryCredentials: string;
2450
+ registryCredentials?: string;
2451
2451
  /**
2452
2452
  * The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
2453
2453
  */
@@ -2839,7 +2839,7 @@ export interface GetAppSpecWorkerImage {
2839
2839
  /**
2840
2840
  * Access credentials for third-party registries
2841
2841
  */
2842
- registryCredentials: string;
2842
+ registryCredentials?: string;
2843
2843
  /**
2844
2844
  * The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
2845
2845
  */