@pulumi/cloudngfwaws 1.0.0 → 1.0.1-alpha.1764887740
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/getNgfw.d.ts +5 -1
- package/getNgfw.js +4 -0
- package/getNgfw.js.map +1 -1
- package/getSecurityRule.d.ts +4 -0
- package/getSecurityRule.js +4 -0
- package/getSecurityRule.js.map +1 -1
- package/ngfw.d.ts +12 -17
- package/ngfw.js +9 -14
- package/ngfw.js.map +1 -1
- package/ngfwLogProfile.d.ts +0 -62
- package/ngfwLogProfile.js +0 -62
- package/ngfwLogProfile.js.map +1 -1
- package/package.json +2 -2
package/getNgfw.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
* ## Admin Permission Type
|
|
7
7
|
*
|
|
8
8
|
* * `Firewall`
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
9
11
|
*/
|
|
10
12
|
export declare function getNgfw(args: GetNgfwArgs, opts?: pulumi.InvokeOptions): Promise<GetNgfwResult>;
|
|
11
13
|
/**
|
|
@@ -38,7 +40,7 @@ export interface GetNgfwResult {
|
|
|
38
40
|
*/
|
|
39
41
|
readonly automaticUpgradeAppIdVersion: boolean;
|
|
40
42
|
/**
|
|
41
|
-
* The list of availability
|
|
43
|
+
* The list of availability zone IDs for this NGFW.
|
|
42
44
|
*/
|
|
43
45
|
readonly azLists: string[];
|
|
44
46
|
/**
|
|
@@ -123,6 +125,8 @@ export interface GetNgfwResult {
|
|
|
123
125
|
* ## Admin Permission Type
|
|
124
126
|
*
|
|
125
127
|
* * `Firewall`
|
|
128
|
+
*
|
|
129
|
+
* ## Example Usage
|
|
126
130
|
*/
|
|
127
131
|
export declare function getNgfwOutput(args: GetNgfwOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNgfwResult>;
|
|
128
132
|
/**
|
package/getNgfw.js
CHANGED
|
@@ -11,6 +11,8 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* ## Admin Permission Type
|
|
12
12
|
*
|
|
13
13
|
* * `Firewall`
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
14
16
|
*/
|
|
15
17
|
function getNgfw(args, opts) {
|
|
16
18
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,6 +27,8 @@ exports.getNgfw = getNgfw;
|
|
|
25
27
|
* ## Admin Permission Type
|
|
26
28
|
*
|
|
27
29
|
* * `Firewall`
|
|
30
|
+
*
|
|
31
|
+
* ## Example Usage
|
|
28
32
|
*/
|
|
29
33
|
function getNgfwOutput(args, opts) {
|
|
30
34
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getNgfw.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNgfw.js","sourceRoot":"","sources":["../getNgfw.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getNgfw.js","sourceRoot":"","sources":["../getNgfw.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AA8GD;;;;;;;;GAQG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
package/getSecurityRule.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ import * as outputs from "./types/output";
|
|
|
7
7
|
*
|
|
8
8
|
* * `Rulestack` (for `scope="Local"`)
|
|
9
9
|
* * `Global Rulestack` (for `scope="Global"`)
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
10
12
|
*/
|
|
11
13
|
export declare function getSecurityRule(args: GetSecurityRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetSecurityRuleResult>;
|
|
12
14
|
/**
|
|
@@ -140,6 +142,8 @@ export interface GetSecurityRuleResult {
|
|
|
140
142
|
*
|
|
141
143
|
* * `Rulestack` (for `scope="Local"`)
|
|
142
144
|
* * `Global Rulestack` (for `scope="Global"`)
|
|
145
|
+
*
|
|
146
|
+
* ## Example Usage
|
|
143
147
|
*/
|
|
144
148
|
export declare function getSecurityRuleOutput(args: GetSecurityRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSecurityRuleResult>;
|
|
145
149
|
/**
|
package/getSecurityRule.js
CHANGED
|
@@ -12,6 +12,8 @@ const utilities = require("./utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* * `Rulestack` (for `scope="Local"`)
|
|
14
14
|
* * `Global Rulestack` (for `scope="Global"`)
|
|
15
|
+
*
|
|
16
|
+
* ## Example Usage
|
|
15
17
|
*/
|
|
16
18
|
function getSecurityRule(args, opts) {
|
|
17
19
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -31,6 +33,8 @@ exports.getSecurityRule = getSecurityRule;
|
|
|
31
33
|
*
|
|
32
34
|
* * `Rulestack` (for `scope="Local"`)
|
|
33
35
|
* * `Global Rulestack` (for `scope="Global"`)
|
|
36
|
+
*
|
|
37
|
+
* ## Example Usage
|
|
34
38
|
*/
|
|
35
39
|
function getSecurityRuleOutput(args, opts) {
|
|
36
40
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getSecurityRule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSecurityRule.js","sourceRoot":"","sources":["../getSecurityRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getSecurityRule.js","sourceRoot":"","sources":["../getSecurityRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;GASG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AA6HD;;;;;;;;;GASG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sDASC"}
|
package/ngfw.d.ts
CHANGED
|
@@ -10,6 +10,15 @@ import * as outputs from "./types/output";
|
|
|
10
10
|
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
11
11
|
*
|
|
12
12
|
* const rs = new cloudngfwaws.CommitRulestack("rs", {rulestack: "my-rulestack"});
|
|
13
|
+
* const example = new cloudngfwaws.Ngfw("example", {
|
|
14
|
+
* name: "example-instance",
|
|
15
|
+
* description: "Example description",
|
|
16
|
+
* azLists: ["use1-az1"],
|
|
17
|
+
* rulestack: rs.rulestack,
|
|
18
|
+
* tags: {
|
|
19
|
+
* Foo: "bar",
|
|
20
|
+
* },
|
|
21
|
+
* });
|
|
13
22
|
* const exampleVpc = new aws.index.Vpc("example", {
|
|
14
23
|
* cidrBlock: "172.16.0.0/16",
|
|
15
24
|
* tags: {
|
|
@@ -24,20 +33,6 @@ import * as outputs from "./types/output";
|
|
|
24
33
|
* name: "tf-example",
|
|
25
34
|
* },
|
|
26
35
|
* });
|
|
27
|
-
* const example = new cloudngfwaws.Ngfw("example", {
|
|
28
|
-
* name: "example-instance",
|
|
29
|
-
* description: "Example description",
|
|
30
|
-
* endpoints: [{
|
|
31
|
-
* subnetId: subnet1.id,
|
|
32
|
-
* mode: "ServiceManaged",
|
|
33
|
-
* vpcId: exampleVpc.id,
|
|
34
|
-
* accountId: "12345678",
|
|
35
|
-
* }],
|
|
36
|
-
* rulestack: rs.rulestack,
|
|
37
|
-
* tags: {
|
|
38
|
-
* Foo: "bar",
|
|
39
|
-
* },
|
|
40
|
-
* });
|
|
41
36
|
* const subnet2 = new aws.index.Subnet("subnet2", {
|
|
42
37
|
* vpcId: myVpc.id,
|
|
43
38
|
* cidrBlock: "172.16.20.0/24",
|
|
@@ -89,7 +84,7 @@ export declare class Ngfw extends pulumi.CustomResource {
|
|
|
89
84
|
*/
|
|
90
85
|
readonly automaticUpgradeAppIdVersion: pulumi.Output<boolean | undefined>;
|
|
91
86
|
/**
|
|
92
|
-
* The list of availability
|
|
87
|
+
* The list of availability zone IDs for this NGFW.
|
|
93
88
|
*/
|
|
94
89
|
readonly azLists: pulumi.Output<string[]>;
|
|
95
90
|
/**
|
|
@@ -193,7 +188,7 @@ export interface NgfwState {
|
|
|
193
188
|
*/
|
|
194
189
|
automaticUpgradeAppIdVersion?: pulumi.Input<boolean>;
|
|
195
190
|
/**
|
|
196
|
-
* The list of availability
|
|
191
|
+
* The list of availability zone IDs for this NGFW.
|
|
197
192
|
*/
|
|
198
193
|
azLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
199
194
|
/**
|
|
@@ -289,7 +284,7 @@ export interface NgfwArgs {
|
|
|
289
284
|
*/
|
|
290
285
|
automaticUpgradeAppIdVersion?: pulumi.Input<boolean>;
|
|
291
286
|
/**
|
|
292
|
-
* The list of availability
|
|
287
|
+
* The list of availability zone IDs for this NGFW.
|
|
293
288
|
*/
|
|
294
289
|
azLists: pulumi.Input<pulumi.Input<string>[]>;
|
|
295
290
|
/**
|
package/ngfw.js
CHANGED
|
@@ -14,6 +14,15 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
15
15
|
*
|
|
16
16
|
* const rs = new cloudngfwaws.CommitRulestack("rs", {rulestack: "my-rulestack"});
|
|
17
|
+
* const example = new cloudngfwaws.Ngfw("example", {
|
|
18
|
+
* name: "example-instance",
|
|
19
|
+
* description: "Example description",
|
|
20
|
+
* azLists: ["use1-az1"],
|
|
21
|
+
* rulestack: rs.rulestack,
|
|
22
|
+
* tags: {
|
|
23
|
+
* Foo: "bar",
|
|
24
|
+
* },
|
|
25
|
+
* });
|
|
17
26
|
* const exampleVpc = new aws.index.Vpc("example", {
|
|
18
27
|
* cidrBlock: "172.16.0.0/16",
|
|
19
28
|
* tags: {
|
|
@@ -28,20 +37,6 @@ const utilities = require("./utilities");
|
|
|
28
37
|
* name: "tf-example",
|
|
29
38
|
* },
|
|
30
39
|
* });
|
|
31
|
-
* const example = new cloudngfwaws.Ngfw("example", {
|
|
32
|
-
* name: "example-instance",
|
|
33
|
-
* description: "Example description",
|
|
34
|
-
* endpoints: [{
|
|
35
|
-
* subnetId: subnet1.id,
|
|
36
|
-
* mode: "ServiceManaged",
|
|
37
|
-
* vpcId: exampleVpc.id,
|
|
38
|
-
* accountId: "12345678",
|
|
39
|
-
* }],
|
|
40
|
-
* rulestack: rs.rulestack,
|
|
41
|
-
* tags: {
|
|
42
|
-
* Foo: "bar",
|
|
43
|
-
* },
|
|
44
|
-
* });
|
|
45
40
|
* const subnet2 = new aws.index.Subnet("subnet2", {
|
|
46
41
|
* vpcId: myVpc.id,
|
|
47
42
|
* cidrBlock: "172.16.20.0/24",
|
package/ngfw.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngfw.js","sourceRoot":"","sources":["../ngfw.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"ngfw.js","sourceRoot":"","sources":["../ngfw.ts"],"names":[],"mappings":"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"}
|
package/ngfwLogProfile.d.ts
CHANGED
|
@@ -10,68 +10,6 @@ import * as outputs from "./types/output";
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as aws from "@pulumi/aws";
|
|
16
|
-
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
17
|
-
*
|
|
18
|
-
* const exampleVpc = new aws.index.Vpc("example", {
|
|
19
|
-
* cidrBlock: "172.16.0.0/16",
|
|
20
|
-
* tags: {
|
|
21
|
-
* name: "tf-example",
|
|
22
|
-
* },
|
|
23
|
-
* });
|
|
24
|
-
* const subnet1 = new aws.index.Subnet("subnet1", {
|
|
25
|
-
* vpcId: myVpc.id,
|
|
26
|
-
* cidrBlock: "172.16.10.0/24",
|
|
27
|
-
* availabilityZone: "us-west-2a",
|
|
28
|
-
* tags: {
|
|
29
|
-
* name: "tf-example",
|
|
30
|
-
* },
|
|
31
|
-
* });
|
|
32
|
-
* const x = new cloudngfwaws.Ngfw("x", {
|
|
33
|
-
* name: "example-instance",
|
|
34
|
-
* description: "Example description",
|
|
35
|
-
* endpoints: [{
|
|
36
|
-
* subnetId: subnet1.id,
|
|
37
|
-
* mode: "ServiceManaged",
|
|
38
|
-
* vpcId: exampleVpc.id,
|
|
39
|
-
* accountId: "12345678",
|
|
40
|
-
* }],
|
|
41
|
-
* rulestack: "example-rulestack",
|
|
42
|
-
* tags: {
|
|
43
|
-
* Foo: "bar",
|
|
44
|
-
* },
|
|
45
|
-
* });
|
|
46
|
-
* const example = new cloudngfwaws.NgfwLogProfile("example", {
|
|
47
|
-
* firewallId: x.firewallId,
|
|
48
|
-
* accountId: x.accountId,
|
|
49
|
-
* advancedThreatLog: true,
|
|
50
|
-
* cloudwatchMetricFields: [
|
|
51
|
-
* "Dataplane_CPU_Utilization",
|
|
52
|
-
* "Session_Throughput_Kbps",
|
|
53
|
-
* "BytesIn",
|
|
54
|
-
* "BytesOut",
|
|
55
|
-
* ],
|
|
56
|
-
* cloudWatchMetricNamespace: "PaloAltoCloudNGFW",
|
|
57
|
-
* logConfig: {
|
|
58
|
-
* logDestination: "my-s3-bucket",
|
|
59
|
-
* logDestinationType: "S3",
|
|
60
|
-
* logTypes: ["TRAFFIC"],
|
|
61
|
-
* accountId: "251583708250",
|
|
62
|
-
* roleType: "IamBased",
|
|
63
|
-
* },
|
|
64
|
-
* });
|
|
65
|
-
* const subnet2 = new aws.index.Subnet("subnet2", {
|
|
66
|
-
* vpcId: myVpc.id,
|
|
67
|
-
* cidrBlock: "172.16.20.0/24",
|
|
68
|
-
* availabilityZone: "us-west-2b",
|
|
69
|
-
* tags: {
|
|
70
|
-
* name: "tf-example",
|
|
71
|
-
* },
|
|
72
|
-
* });
|
|
73
|
-
* ```
|
|
74
|
-
*
|
|
75
13
|
* ## Import
|
|
76
14
|
*
|
|
77
15
|
* import name is <account_id>:<ngfw>
|
package/ngfwLogProfile.js
CHANGED
|
@@ -14,68 +14,6 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
|
17
|
-
* ```typescript
|
|
18
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
-
* import * as aws from "@pulumi/aws";
|
|
20
|
-
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
21
|
-
*
|
|
22
|
-
* const exampleVpc = new aws.index.Vpc("example", {
|
|
23
|
-
* cidrBlock: "172.16.0.0/16",
|
|
24
|
-
* tags: {
|
|
25
|
-
* name: "tf-example",
|
|
26
|
-
* },
|
|
27
|
-
* });
|
|
28
|
-
* const subnet1 = new aws.index.Subnet("subnet1", {
|
|
29
|
-
* vpcId: myVpc.id,
|
|
30
|
-
* cidrBlock: "172.16.10.0/24",
|
|
31
|
-
* availabilityZone: "us-west-2a",
|
|
32
|
-
* tags: {
|
|
33
|
-
* name: "tf-example",
|
|
34
|
-
* },
|
|
35
|
-
* });
|
|
36
|
-
* const x = new cloudngfwaws.Ngfw("x", {
|
|
37
|
-
* name: "example-instance",
|
|
38
|
-
* description: "Example description",
|
|
39
|
-
* endpoints: [{
|
|
40
|
-
* subnetId: subnet1.id,
|
|
41
|
-
* mode: "ServiceManaged",
|
|
42
|
-
* vpcId: exampleVpc.id,
|
|
43
|
-
* accountId: "12345678",
|
|
44
|
-
* }],
|
|
45
|
-
* rulestack: "example-rulestack",
|
|
46
|
-
* tags: {
|
|
47
|
-
* Foo: "bar",
|
|
48
|
-
* },
|
|
49
|
-
* });
|
|
50
|
-
* const example = new cloudngfwaws.NgfwLogProfile("example", {
|
|
51
|
-
* firewallId: x.firewallId,
|
|
52
|
-
* accountId: x.accountId,
|
|
53
|
-
* advancedThreatLog: true,
|
|
54
|
-
* cloudwatchMetricFields: [
|
|
55
|
-
* "Dataplane_CPU_Utilization",
|
|
56
|
-
* "Session_Throughput_Kbps",
|
|
57
|
-
* "BytesIn",
|
|
58
|
-
* "BytesOut",
|
|
59
|
-
* ],
|
|
60
|
-
* cloudWatchMetricNamespace: "PaloAltoCloudNGFW",
|
|
61
|
-
* logConfig: {
|
|
62
|
-
* logDestination: "my-s3-bucket",
|
|
63
|
-
* logDestinationType: "S3",
|
|
64
|
-
* logTypes: ["TRAFFIC"],
|
|
65
|
-
* accountId: "251583708250",
|
|
66
|
-
* roleType: "IamBased",
|
|
67
|
-
* },
|
|
68
|
-
* });
|
|
69
|
-
* const subnet2 = new aws.index.Subnet("subnet2", {
|
|
70
|
-
* vpcId: myVpc.id,
|
|
71
|
-
* cidrBlock: "172.16.20.0/24",
|
|
72
|
-
* availabilityZone: "us-west-2b",
|
|
73
|
-
* tags: {
|
|
74
|
-
* name: "tf-example",
|
|
75
|
-
* },
|
|
76
|
-
* });
|
|
77
|
-
* ```
|
|
78
|
-
*
|
|
79
17
|
* ## Import
|
|
80
18
|
*
|
|
81
19
|
* import name is <account_id>:<ngfw>
|
package/ngfwLogProfile.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngfwLogProfile.js","sourceRoot":"","sources":["../ngfwLogProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"ngfwLogProfile.js","sourceRoot":"","sources":["../ngfwLogProfile.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/cloudngfwaws",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-alpha.1764887740",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Cloud NGFW for AWS resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"pulumi": {
|
|
27
27
|
"resource": true,
|
|
28
28
|
"name": "cloudngfwaws",
|
|
29
|
-
"version": "1.0.
|
|
29
|
+
"version": "1.0.1-alpha.1764887740",
|
|
30
30
|
"server": "github://api.github.com/pulumi/pulumi-cloudngfwaws"
|
|
31
31
|
}
|
|
32
32
|
}
|