@pulumi/aiven 6.55.0-alpha.1779431144 → 6.55.0
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.
|
@@ -13,12 +13,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
13
|
* cloudName: "google-europe-west1",
|
|
14
14
|
* networkCidr: "192.168.1.0/24",
|
|
15
15
|
* });
|
|
16
|
-
* const awsToAivenPeering =
|
|
17
|
-
* vpcId: id,
|
|
16
|
+
* const awsToAivenPeering = aiven.getAwsVpcPeeringConnectionOutput({
|
|
17
|
+
* vpcId: exampleVpc.id,
|
|
18
18
|
* awsAccountId: awsId,
|
|
19
19
|
* awsVpcId: "vpc-1a2b3c4d5e6f7g8h9",
|
|
20
20
|
* awsVpcRegion: "aws-us-east-2",
|
|
21
|
-
* })
|
|
21
|
+
* });
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
|
24
24
|
export declare function getAwsVpcPeeringConnection(args: GetAwsVpcPeeringConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetAwsVpcPeeringConnectionResult>;
|
|
@@ -96,12 +96,12 @@ export interface GetAwsVpcPeeringConnectionResult {
|
|
|
96
96
|
* cloudName: "google-europe-west1",
|
|
97
97
|
* networkCidr: "192.168.1.0/24",
|
|
98
98
|
* });
|
|
99
|
-
* const awsToAivenPeering =
|
|
100
|
-
* vpcId: id,
|
|
99
|
+
* const awsToAivenPeering = aiven.getAwsVpcPeeringConnectionOutput({
|
|
100
|
+
* vpcId: exampleVpc.id,
|
|
101
101
|
* awsAccountId: awsId,
|
|
102
102
|
* awsVpcId: "vpc-1a2b3c4d5e6f7g8h9",
|
|
103
103
|
* awsVpcRegion: "aws-us-east-2",
|
|
104
|
-
* })
|
|
104
|
+
* });
|
|
105
105
|
* ```
|
|
106
106
|
*/
|
|
107
107
|
export declare function getAwsVpcPeeringConnectionOutput(args: GetAwsVpcPeeringConnectionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAwsVpcPeeringConnectionResult>;
|
|
@@ -42,12 +42,12 @@ const utilities = __importStar(require("./utilities"));
|
|
|
42
42
|
* cloudName: "google-europe-west1",
|
|
43
43
|
* networkCidr: "192.168.1.0/24",
|
|
44
44
|
* });
|
|
45
|
-
* const awsToAivenPeering =
|
|
46
|
-
* vpcId: id,
|
|
45
|
+
* const awsToAivenPeering = aiven.getAwsVpcPeeringConnectionOutput({
|
|
46
|
+
* vpcId: exampleVpc.id,
|
|
47
47
|
* awsAccountId: awsId,
|
|
48
48
|
* awsVpcId: "vpc-1a2b3c4d5e6f7g8h9",
|
|
49
49
|
* awsVpcRegion: "aws-us-east-2",
|
|
50
|
-
* })
|
|
50
|
+
* });
|
|
51
51
|
* ```
|
|
52
52
|
*/
|
|
53
53
|
function getAwsVpcPeeringConnection(args, opts) {
|
|
@@ -74,12 +74,12 @@ exports.getAwsVpcPeeringConnection = getAwsVpcPeeringConnection;
|
|
|
74
74
|
* cloudName: "google-europe-west1",
|
|
75
75
|
* networkCidr: "192.168.1.0/24",
|
|
76
76
|
* });
|
|
77
|
-
* const awsToAivenPeering =
|
|
78
|
-
* vpcId: id,
|
|
77
|
+
* const awsToAivenPeering = aiven.getAwsVpcPeeringConnectionOutput({
|
|
78
|
+
* vpcId: exampleVpc.id,
|
|
79
79
|
* awsAccountId: awsId,
|
|
80
80
|
* awsVpcId: "vpc-1a2b3c4d5e6f7g8h9",
|
|
81
81
|
* awsVpcRegion: "aws-us-east-2",
|
|
82
|
-
* })
|
|
82
|
+
* });
|
|
83
83
|
* ```
|
|
84
84
|
*/
|
|
85
85
|
function getAwsVpcPeeringConnectionOutput(args, opts) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aiven",
|
|
3
|
-
"version": "6.55.0
|
|
3
|
+
"version": "6.55.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Aiven cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "aiven",
|
|
26
|
-
"version": "6.55.0
|
|
26
|
+
"version": "6.55.0"
|
|
27
27
|
}
|
|
28
28
|
}
|