@upcloud/pulumi-upcloud 0.12.1 → 0.12.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/package.json +2 -2
- package/types/input.d.ts +0 -1
- package/types/output.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@upcloud/pulumi-upcloud",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.2",
|
|
4
4
|
"description": "A Pulumi package for creating and managing UpCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "upcloud",
|
|
27
|
-
"version": "0.12.
|
|
27
|
+
"version": "0.12.2",
|
|
28
28
|
"server": "github://api.github.com/UpCloudLtd/pulumi-upcloud"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -2970,7 +2970,6 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2970
2970
|
* Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the sharedBuffers configuration value. Changing this parameter causes a service restart.
|
|
2971
2971
|
*/
|
|
2972
2972
|
sharedBuffersPercentage?: pulumi.Input<number>;
|
|
2973
|
-
switchoverWindows?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2974
2973
|
/**
|
|
2975
2974
|
* Sets the current transaction's synchronization level. The default is `off`. This setting takes precedence over `synchronousReplication`.
|
|
2976
2975
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -2774,7 +2774,6 @@ export interface ManagedDatabasePostgresqlProperties {
|
|
|
2774
2774
|
* Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the sharedBuffers configuration value. Changing this parameter causes a service restart.
|
|
2775
2775
|
*/
|
|
2776
2776
|
sharedBuffersPercentage: number;
|
|
2777
|
-
switchoverWindows: string[];
|
|
2778
2777
|
/**
|
|
2779
2778
|
* Sets the current transaction's synchronization level. The default is `off`. This setting takes precedence over `synchronousReplication`.
|
|
2780
2779
|
*/
|