@pierskarsenbarg/sdm 1.4.0 → 1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pierskarsenbarg/sdm",
3
- "version": "v1.4.0",
3
+ "version": "v1.4.1",
4
4
  "description": "A Pulumi package for creating and managing StrongDM cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -12,7 +12,7 @@
12
12
  "license": "Apache-2.0",
13
13
  "scripts": {
14
14
  "build": "tsc",
15
- "install": "node scripts/install-pulumi-plugin.js resource sdm v1.4.0"
15
+ "install": "node scripts/install-pulumi-plugin.js resource sdm v1.4.1"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.0.0"
package/types/input.d.ts CHANGED
@@ -2172,6 +2172,10 @@ export interface ResourceGoogleGke {
2172
2172
  * Unique human-readable name of the Resource.
2173
2173
  */
2174
2174
  name: pulumi.Input<string>;
2175
+ /**
2176
+ * The local port used by clients to connect to this resource.
2177
+ */
2178
+ portOverride?: pulumi.Input<number>;
2175
2179
  /**
2176
2180
  * The ID of the remote identity group to use for remote identity connections.
2177
2181
  */
@@ -2224,6 +2228,10 @@ export interface ResourceGoogleGkeUserImpersonation {
2224
2228
  * Unique human-readable name of the Resource.
2225
2229
  */
2226
2230
  name: pulumi.Input<string>;
2231
+ /**
2232
+ * The local port used by clients to connect to this resource.
2233
+ */
2234
+ portOverride?: pulumi.Input<number>;
2227
2235
  /**
2228
2236
  * ID of the secret store containing credentials for this resource, if any.
2229
2237
  */
package/types/output.d.ts CHANGED
@@ -2570,6 +2570,10 @@ export interface GetResourceResourceGoogleGke {
2570
2570
  * Unique human-readable name of the Resource.
2571
2571
  */
2572
2572
  name?: string;
2573
+ /**
2574
+ * The local port used by clients to connect to this resource.
2575
+ */
2576
+ portOverride?: number;
2573
2577
  /**
2574
2578
  * The ID of the remote identity group to use for remote identity connections.
2575
2579
  */
@@ -2626,6 +2630,10 @@ export interface GetResourceResourceGoogleGkeUserImpersonation {
2626
2630
  * Unique human-readable name of the Resource.
2627
2631
  */
2628
2632
  name?: string;
2633
+ /**
2634
+ * The local port used by clients to connect to this resource.
2635
+ */
2636
+ portOverride?: number;
2629
2637
  /**
2630
2638
  * ID of the secret store containing credentials for this resource, if any.
2631
2639
  */
@@ -7604,6 +7612,10 @@ export interface ResourceGoogleGke {
7604
7612
  * Unique human-readable name of the Resource.
7605
7613
  */
7606
7614
  name: string;
7615
+ /**
7616
+ * The local port used by clients to connect to this resource.
7617
+ */
7618
+ portOverride: number;
7607
7619
  /**
7608
7620
  * The ID of the remote identity group to use for remote identity connections.
7609
7621
  */
@@ -7656,6 +7668,10 @@ export interface ResourceGoogleGkeUserImpersonation {
7656
7668
  * Unique human-readable name of the Resource.
7657
7669
  */
7658
7670
  name: string;
7671
+ /**
7672
+ * The local port used by clients to connect to this resource.
7673
+ */
7674
+ portOverride: number;
7659
7675
  /**
7660
7676
  * ID of the secret store containing credentials for this resource, if any.
7661
7677
  */