@pulumi/fastly 8.6.0 → 8.7.0-alpha.1714109672
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/alert.d.ts +0 -2
- package/alert.js +0 -2
- package/alert.js.map +1 -1
- package/configstore.d.ts +0 -2
- package/configstore.js +0 -2
- package/configstore.js.map +1 -1
- package/getDictionaries.d.ts +0 -4
- package/getDictionaries.js +0 -4
- package/getDictionaries.js.map +1 -1
- package/getFastlyIpRanges.d.ts +0 -4
- package/getFastlyIpRanges.js +0 -4
- package/getFastlyIpRanges.js.map +1 -1
- package/getPackageHash.d.ts +0 -4
- package/getPackageHash.js +0 -4
- package/getPackageHash.js.map +1 -1
- package/getTlsActivation.d.ts +0 -4
- package/getTlsActivation.js +0 -4
- package/getTlsActivation.js.map +1 -1
- package/getTlsActivationIds.d.ts +0 -4
- package/getTlsActivationIds.js +0 -4
- package/getTlsActivationIds.js.map +1 -1
- package/getTlsCertificate.d.ts +0 -4
- package/getTlsCertificate.js +0 -4
- package/getTlsCertificate.js.map +1 -1
- package/getTlsCertificateIds.d.ts +0 -4
- package/getTlsCertificateIds.js +0 -4
- package/getTlsCertificateIds.js.map +1 -1
- package/getTlsConfiguration.d.ts +0 -4
- package/getTlsConfiguration.js +0 -4
- package/getTlsConfiguration.js.map +1 -1
- package/getTlsConfigurationIds.d.ts +0 -4
- package/getTlsConfigurationIds.js +0 -4
- package/getTlsConfigurationIds.js.map +1 -1
- package/getTlsDomain.d.ts +0 -4
- package/getTlsDomain.js +0 -4
- package/getTlsDomain.js.map +1 -1
- package/getTlsPlatformCertificate.d.ts +0 -4
- package/getTlsPlatformCertificate.js +0 -4
- package/getTlsPlatformCertificate.js.map +1 -1
- package/getTlsPlatformCertificateIds.d.ts +0 -4
- package/getTlsPlatformCertificateIds.js +0 -4
- package/getTlsPlatformCertificateIds.js.map +1 -1
- package/getTlsPrivateKey.d.ts +0 -4
- package/getTlsPrivateKey.js +0 -4
- package/getTlsPrivateKey.js.map +1 -1
- package/getTlsPrivateKeyIds.d.ts +0 -4
- package/getTlsPrivateKeyIds.js +0 -4
- package/getTlsPrivateKeyIds.js.map +1 -1
- package/getTlsSubscription.d.ts +0 -4
- package/getTlsSubscription.js +0 -4
- package/getTlsSubscription.js.map +1 -1
- package/getTlsSubscriptionIds.d.ts +0 -4
- package/getTlsSubscriptionIds.js +0 -4
- package/getTlsSubscriptionIds.js.map +1 -1
- package/kvstore.d.ts +0 -2
- package/kvstore.js +0 -2
- package/kvstore.js.map +1 -1
- package/package.json +1 -1
- package/secretstore.d.ts +0 -2
- package/secretstore.js +0 -2
- package/secretstore.js.map +1 -1
- package/serviceAuthorization.d.ts +0 -2
- package/serviceAuthorization.js +0 -2
- package/serviceAuthorization.js.map +1 -1
- package/serviceCompute.d.ts +12 -12
- package/serviceVcl.d.ts +15 -42
- package/serviceVcl.js.map +1 -1
- package/serviceWafConfiguration.d.ts +2 -8
- package/serviceWafConfiguration.js +0 -6
- package/serviceWafConfiguration.js.map +1 -1
- package/tlsActivation.d.ts +0 -2
- package/tlsActivation.js +0 -2
- package/tlsActivation.js.map +1 -1
- package/tlsCertificate.d.ts +0 -2
- package/tlsCertificate.js +0 -2
- package/tlsCertificate.js.map +1 -1
- package/tlsPlatformCertificate.d.ts +0 -2
- package/tlsPlatformCertificate.js +0 -2
- package/tlsPlatformCertificate.js.map +1 -1
- package/tlsPrivateKey.d.ts +0 -2
- package/tlsPrivateKey.js +0 -2
- package/tlsPrivateKey.js.map +1 -1
- package/types/input.d.ts +2 -2
- package/types/output.d.ts +2 -2
- package/user.d.ts +0 -2
- package/user.js +0 -2
- package/user.js.map +1 -1
|
@@ -4,7 +4,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* <!--Start PulumiCodeChooser -->
|
|
8
7
|
* ```typescript
|
|
9
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
9
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -12,7 +11,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
12
11
|
* const example = fastly.getTlsConfigurationIds({});
|
|
13
12
|
* const exampleTlsActivation = new fastly.TlsActivation("example", {configurationId: example.then(example => example.ids?.[0])});
|
|
14
13
|
* ```
|
|
15
|
-
* <!--End PulumiCodeChooser -->
|
|
16
14
|
*/
|
|
17
15
|
export declare function getTlsConfigurationIds(opts?: pulumi.InvokeOptions): Promise<GetTlsConfigurationIdsResult>;
|
|
18
16
|
/**
|
|
@@ -33,7 +31,6 @@ export interface GetTlsConfigurationIdsResult {
|
|
|
33
31
|
*
|
|
34
32
|
* ## Example Usage
|
|
35
33
|
*
|
|
36
|
-
* <!--Start PulumiCodeChooser -->
|
|
37
34
|
* ```typescript
|
|
38
35
|
* import * as pulumi from "@pulumi/pulumi";
|
|
39
36
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -41,6 +38,5 @@ export interface GetTlsConfigurationIdsResult {
|
|
|
41
38
|
* const example = fastly.getTlsConfigurationIds({});
|
|
42
39
|
* const exampleTlsActivation = new fastly.TlsActivation("example", {configurationId: example.then(example => example.ids?.[0])});
|
|
43
40
|
* ```
|
|
44
|
-
* <!--End PulumiCodeChooser -->
|
|
45
41
|
*/
|
|
46
42
|
export declare function getTlsConfigurationIdsOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetTlsConfigurationIdsResult>;
|
|
@@ -10,7 +10,6 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -18,7 +17,6 @@ const utilities = require("./utilities");
|
|
|
18
17
|
* const example = fastly.getTlsConfigurationIds({});
|
|
19
18
|
* const exampleTlsActivation = new fastly.TlsActivation("example", {configurationId: example.then(example => example.ids?.[0])});
|
|
20
19
|
* ```
|
|
21
|
-
* <!--End PulumiCodeChooser -->
|
|
22
20
|
*/
|
|
23
21
|
function getTlsConfigurationIds(opts) {
|
|
24
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -30,7 +28,6 @@ exports.getTlsConfigurationIds = getTlsConfigurationIds;
|
|
|
30
28
|
*
|
|
31
29
|
* ## Example Usage
|
|
32
30
|
*
|
|
33
|
-
* <!--Start PulumiCodeChooser -->
|
|
34
31
|
* ```typescript
|
|
35
32
|
* import * as pulumi from "@pulumi/pulumi";
|
|
36
33
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -38,7 +35,6 @@ exports.getTlsConfigurationIds = getTlsConfigurationIds;
|
|
|
38
35
|
* const example = fastly.getTlsConfigurationIds({});
|
|
39
36
|
* const exampleTlsActivation = new fastly.TlsActivation("example", {configurationId: example.then(example => example.ids?.[0])});
|
|
40
37
|
* ```
|
|
41
|
-
* <!--End PulumiCodeChooser -->
|
|
42
38
|
*/
|
|
43
39
|
function getTlsConfigurationIdsOutput(opts) {
|
|
44
40
|
return pulumi.output(getTlsConfigurationIds(opts));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTlsConfigurationIds.js","sourceRoot":"","sources":["../getTlsConfigurationIds.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTlsConfigurationIds.js","sourceRoot":"","sources":["../getTlsConfigurationIds.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,sBAAsB,CAAC,IAA2B;IAE9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC;AAeD;;;;;;;;;;;;GAYG;AACH,SAAgB,4BAA4B,CAAC,IAA2B;IACpE,OAAO,MAAM,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC,CAAA;AACtD,CAAC;AAFD,oEAEC"}
|
package/getTlsDomain.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* <!--Start PulumiCodeChooser -->
|
|
8
7
|
* ```typescript
|
|
9
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
9
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -13,7 +12,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
12
|
* domain: "example.com",
|
|
14
13
|
* });
|
|
15
14
|
* ```
|
|
16
|
-
* <!--End PulumiCodeChooser -->
|
|
17
15
|
*/
|
|
18
16
|
export declare function getTlsDomain(args: GetTlsDomainArgs, opts?: pulumi.InvokeOptions): Promise<GetTlsDomainResult>;
|
|
19
17
|
/**
|
|
@@ -55,7 +53,6 @@ export interface GetTlsDomainResult {
|
|
|
55
53
|
*
|
|
56
54
|
* ## Example Usage
|
|
57
55
|
*
|
|
58
|
-
* <!--Start PulumiCodeChooser -->
|
|
59
56
|
* ```typescript
|
|
60
57
|
* import * as pulumi from "@pulumi/pulumi";
|
|
61
58
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -64,7 +61,6 @@ export interface GetTlsDomainResult {
|
|
|
64
61
|
* domain: "example.com",
|
|
65
62
|
* });
|
|
66
63
|
* ```
|
|
67
|
-
* <!--End PulumiCodeChooser -->
|
|
68
64
|
*/
|
|
69
65
|
export declare function getTlsDomainOutput(args: GetTlsDomainOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTlsDomainResult>;
|
|
70
66
|
/**
|
package/getTlsDomain.js
CHANGED
|
@@ -10,7 +10,6 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -19,7 +18,6 @@ const utilities = require("./utilities");
|
|
|
19
18
|
* domain: "example.com",
|
|
20
19
|
* });
|
|
21
20
|
* ```
|
|
22
|
-
* <!--End PulumiCodeChooser -->
|
|
23
21
|
*/
|
|
24
22
|
function getTlsDomain(args, opts) {
|
|
25
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -33,7 +31,6 @@ exports.getTlsDomain = getTlsDomain;
|
|
|
33
31
|
*
|
|
34
32
|
* ## Example Usage
|
|
35
33
|
*
|
|
36
|
-
* <!--Start PulumiCodeChooser -->
|
|
37
34
|
* ```typescript
|
|
38
35
|
* import * as pulumi from "@pulumi/pulumi";
|
|
39
36
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -42,7 +39,6 @@ exports.getTlsDomain = getTlsDomain;
|
|
|
42
39
|
* domain: "example.com",
|
|
43
40
|
* });
|
|
44
41
|
* ```
|
|
45
|
-
* <!--End PulumiCodeChooser -->
|
|
46
42
|
*/
|
|
47
43
|
function getTlsDomainOutput(args, opts) {
|
|
48
44
|
return pulumi.output(args).apply((a) => getTlsDomain(a, opts));
|
package/getTlsDomain.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTlsDomain.js","sourceRoot":"","sources":["../getTlsDomain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTlsDomain.js","sourceRoot":"","sources":["../getTlsDomain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAE5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AAqCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
|
@@ -10,7 +10,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -19,7 +18,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
19
18
|
* domains: ["example.com"],
|
|
20
19
|
* });
|
|
21
20
|
* ```
|
|
22
|
-
* <!--End PulumiCodeChooser -->
|
|
23
21
|
*/
|
|
24
22
|
export declare function getTlsPlatformCertificate(args?: GetTlsPlatformCertificateArgs, opts?: pulumi.InvokeOptions): Promise<GetTlsPlatformCertificateResult>;
|
|
25
23
|
/**
|
|
@@ -83,7 +81,6 @@ export interface GetTlsPlatformCertificateResult {
|
|
|
83
81
|
*
|
|
84
82
|
* ## Example Usage
|
|
85
83
|
*
|
|
86
|
-
* <!--Start PulumiCodeChooser -->
|
|
87
84
|
* ```typescript
|
|
88
85
|
* import * as pulumi from "@pulumi/pulumi";
|
|
89
86
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -92,7 +89,6 @@ export interface GetTlsPlatformCertificateResult {
|
|
|
92
89
|
* domains: ["example.com"],
|
|
93
90
|
* });
|
|
94
91
|
* ```
|
|
95
|
-
* <!--End PulumiCodeChooser -->
|
|
96
92
|
*/
|
|
97
93
|
export declare function getTlsPlatformCertificateOutput(args?: GetTlsPlatformCertificateOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTlsPlatformCertificateResult>;
|
|
98
94
|
/**
|
|
@@ -16,7 +16,6 @@ const utilities = require("./utilities");
|
|
|
16
16
|
*
|
|
17
17
|
* ## Example Usage
|
|
18
18
|
*
|
|
19
|
-
* <!--Start PulumiCodeChooser -->
|
|
20
19
|
* ```typescript
|
|
21
20
|
* import * as pulumi from "@pulumi/pulumi";
|
|
22
21
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -25,7 +24,6 @@ const utilities = require("./utilities");
|
|
|
25
24
|
* domains: ["example.com"],
|
|
26
25
|
* });
|
|
27
26
|
* ```
|
|
28
|
-
* <!--End PulumiCodeChooser -->
|
|
29
27
|
*/
|
|
30
28
|
function getTlsPlatformCertificate(args, opts) {
|
|
31
29
|
args = args || {};
|
|
@@ -47,7 +45,6 @@ exports.getTlsPlatformCertificate = getTlsPlatformCertificate;
|
|
|
47
45
|
*
|
|
48
46
|
* ## Example Usage
|
|
49
47
|
*
|
|
50
|
-
* <!--Start PulumiCodeChooser -->
|
|
51
48
|
* ```typescript
|
|
52
49
|
* import * as pulumi from "@pulumi/pulumi";
|
|
53
50
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -56,7 +53,6 @@ exports.getTlsPlatformCertificate = getTlsPlatformCertificate;
|
|
|
56
53
|
* domains: ["example.com"],
|
|
57
54
|
* });
|
|
58
55
|
* ```
|
|
59
|
-
* <!--End PulumiCodeChooser -->
|
|
60
56
|
*/
|
|
61
57
|
function getTlsPlatformCertificateOutput(args, opts) {
|
|
62
58
|
return pulumi.output(args).apply((a) => getTlsPlatformCertificate(a, opts));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTlsPlatformCertificate.js","sourceRoot":"","sources":["../getTlsPlatformCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTlsPlatformCertificate.js","sourceRoot":"","sources":["../getTlsPlatformCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC;AAqDD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,+BAA+B,CAAC,IAA0C,EAAE,IAA2B;IACnH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,0EAEC"}
|
|
@@ -4,7 +4,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* <!--Start PulumiCodeChooser -->
|
|
8
7
|
* ```typescript
|
|
9
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
9
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -14,7 +13,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
14
13
|
* id: example.ids?.[0],
|
|
15
14
|
* }));
|
|
16
15
|
* ```
|
|
17
|
-
* <!--End PulumiCodeChooser -->
|
|
18
16
|
*/
|
|
19
17
|
export declare function getTlsPlatformCertificateIds(opts?: pulumi.InvokeOptions): Promise<GetTlsPlatformCertificateIdsResult>;
|
|
20
18
|
/**
|
|
@@ -35,7 +33,6 @@ export interface GetTlsPlatformCertificateIdsResult {
|
|
|
35
33
|
*
|
|
36
34
|
* ## Example Usage
|
|
37
35
|
*
|
|
38
|
-
* <!--Start PulumiCodeChooser -->
|
|
39
36
|
* ```typescript
|
|
40
37
|
* import * as pulumi from "@pulumi/pulumi";
|
|
41
38
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -45,6 +42,5 @@ export interface GetTlsPlatformCertificateIdsResult {
|
|
|
45
42
|
* id: example.ids?.[0],
|
|
46
43
|
* }));
|
|
47
44
|
* ```
|
|
48
|
-
* <!--End PulumiCodeChooser -->
|
|
49
45
|
*/
|
|
50
46
|
export declare function getTlsPlatformCertificateIdsOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetTlsPlatformCertificateIdsResult>;
|
|
@@ -10,7 +10,6 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -20,7 +19,6 @@ const utilities = require("./utilities");
|
|
|
20
19
|
* id: example.ids?.[0],
|
|
21
20
|
* }));
|
|
22
21
|
* ```
|
|
23
|
-
* <!--End PulumiCodeChooser -->
|
|
24
22
|
*/
|
|
25
23
|
function getTlsPlatformCertificateIds(opts) {
|
|
26
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -32,7 +30,6 @@ exports.getTlsPlatformCertificateIds = getTlsPlatformCertificateIds;
|
|
|
32
30
|
*
|
|
33
31
|
* ## Example Usage
|
|
34
32
|
*
|
|
35
|
-
* <!--Start PulumiCodeChooser -->
|
|
36
33
|
* ```typescript
|
|
37
34
|
* import * as pulumi from "@pulumi/pulumi";
|
|
38
35
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -42,7 +39,6 @@ exports.getTlsPlatformCertificateIds = getTlsPlatformCertificateIds;
|
|
|
42
39
|
* id: example.ids?.[0],
|
|
43
40
|
* }));
|
|
44
41
|
* ```
|
|
45
|
-
* <!--End PulumiCodeChooser -->
|
|
46
42
|
*/
|
|
47
43
|
function getTlsPlatformCertificateIdsOutput(opts) {
|
|
48
44
|
return pulumi.output(getTlsPlatformCertificateIds(opts));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTlsPlatformCertificateIds.js","sourceRoot":"","sources":["../getTlsPlatformCertificateIds.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTlsPlatformCertificateIds.js","sourceRoot":"","sources":["../getTlsPlatformCertificateIds.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,4BAA4B,CAAC,IAA2B;IAEpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE,EACtG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oEAKC;AAeD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kCAAkC,CAAC,IAA2B;IAC1E,OAAO,MAAM,CAAC,MAAM,CAAC,4BAA4B,CAAC,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,gFAEC"}
|
package/getTlsPrivateKey.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
11
11
|
*
|
|
12
12
|
* ## Example Usage
|
|
13
13
|
*
|
|
14
|
-
* <!--Start PulumiCodeChooser -->
|
|
15
14
|
* ```typescript
|
|
16
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
16
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -21,7 +20,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
21
20
|
* });
|
|
22
21
|
* export const privateKeyNeedsReplacing = demo.then(demo => demo.replace);
|
|
23
22
|
* ```
|
|
24
|
-
* <!--End PulumiCodeChooser -->
|
|
25
23
|
*/
|
|
26
24
|
export declare function getTlsPrivateKey(args?: GetTlsPrivateKeyArgs, opts?: pulumi.InvokeOptions): Promise<GetTlsPrivateKeyResult>;
|
|
27
25
|
/**
|
|
@@ -98,7 +96,6 @@ export interface GetTlsPrivateKeyResult {
|
|
|
98
96
|
*
|
|
99
97
|
* ## Example Usage
|
|
100
98
|
*
|
|
101
|
-
* <!--Start PulumiCodeChooser -->
|
|
102
99
|
* ```typescript
|
|
103
100
|
* import * as pulumi from "@pulumi/pulumi";
|
|
104
101
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -108,7 +105,6 @@ export interface GetTlsPrivateKeyResult {
|
|
|
108
105
|
* });
|
|
109
106
|
* export const privateKeyNeedsReplacing = demo.then(demo => demo.replace);
|
|
110
107
|
* ```
|
|
111
|
-
* <!--End PulumiCodeChooser -->
|
|
112
108
|
*/
|
|
113
109
|
export declare function getTlsPrivateKeyOutput(args?: GetTlsPrivateKeyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTlsPrivateKeyResult>;
|
|
114
110
|
/**
|
package/getTlsPrivateKey.js
CHANGED
|
@@ -17,7 +17,6 @@ const utilities = require("./utilities");
|
|
|
17
17
|
*
|
|
18
18
|
* ## Example Usage
|
|
19
19
|
*
|
|
20
|
-
* <!--Start PulumiCodeChooser -->
|
|
21
20
|
* ```typescript
|
|
22
21
|
* import * as pulumi from "@pulumi/pulumi";
|
|
23
22
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -27,7 +26,6 @@ const utilities = require("./utilities");
|
|
|
27
26
|
* });
|
|
28
27
|
* export const privateKeyNeedsReplacing = demo.then(demo => demo.replace);
|
|
29
28
|
* ```
|
|
30
|
-
* <!--End PulumiCodeChooser -->
|
|
31
29
|
*/
|
|
32
30
|
function getTlsPrivateKey(args, opts) {
|
|
33
31
|
args = args || {};
|
|
@@ -54,7 +52,6 @@ exports.getTlsPrivateKey = getTlsPrivateKey;
|
|
|
54
52
|
*
|
|
55
53
|
* ## Example Usage
|
|
56
54
|
*
|
|
57
|
-
* <!--Start PulumiCodeChooser -->
|
|
58
55
|
* ```typescript
|
|
59
56
|
* import * as pulumi from "@pulumi/pulumi";
|
|
60
57
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -64,7 +61,6 @@ exports.getTlsPrivateKey = getTlsPrivateKey;
|
|
|
64
61
|
* });
|
|
65
62
|
* export const privateKeyNeedsReplacing = demo.then(demo => demo.replace);
|
|
66
63
|
* ```
|
|
67
|
-
* <!--End PulumiCodeChooser -->
|
|
68
64
|
*/
|
|
69
65
|
function getTlsPrivateKeyOutput(args, opts) {
|
|
70
66
|
return pulumi.output(args).apply((a) => getTlsPrivateKey(a, opts));
|
package/getTlsPrivateKey.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTlsPrivateKey.js","sourceRoot":"","sources":["../getTlsPrivateKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTlsPrivateKey.js","sourceRoot":"","sources":["../getTlsPrivateKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4CAYC;AAiED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
package/getTlsPrivateKeyIds.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* <!--Start PulumiCodeChooser -->
|
|
8
7
|
* ```typescript
|
|
9
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
9
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -14,7 +13,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
14
13
|
* id: demoFastlyTlsPrivateKeyIds.ids[0],
|
|
15
14
|
* });
|
|
16
15
|
* ```
|
|
17
|
-
* <!--End PulumiCodeChooser -->
|
|
18
16
|
*/
|
|
19
17
|
export declare function getTlsPrivateKeyIds(opts?: pulumi.InvokeOptions): Promise<GetTlsPrivateKeyIdsResult>;
|
|
20
18
|
/**
|
|
@@ -35,7 +33,6 @@ export interface GetTlsPrivateKeyIdsResult {
|
|
|
35
33
|
*
|
|
36
34
|
* ## Example Usage
|
|
37
35
|
*
|
|
38
|
-
* <!--Start PulumiCodeChooser -->
|
|
39
36
|
* ```typescript
|
|
40
37
|
* import * as pulumi from "@pulumi/pulumi";
|
|
41
38
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -45,6 +42,5 @@ export interface GetTlsPrivateKeyIdsResult {
|
|
|
45
42
|
* id: demoFastlyTlsPrivateKeyIds.ids[0],
|
|
46
43
|
* });
|
|
47
44
|
* ```
|
|
48
|
-
* <!--End PulumiCodeChooser -->
|
|
49
45
|
*/
|
|
50
46
|
export declare function getTlsPrivateKeyIdsOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetTlsPrivateKeyIdsResult>;
|
package/getTlsPrivateKeyIds.js
CHANGED
|
@@ -10,7 +10,6 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -20,7 +19,6 @@ const utilities = require("./utilities");
|
|
|
20
19
|
* id: demoFastlyTlsPrivateKeyIds.ids[0],
|
|
21
20
|
* });
|
|
22
21
|
* ```
|
|
23
|
-
* <!--End PulumiCodeChooser -->
|
|
24
22
|
*/
|
|
25
23
|
function getTlsPrivateKeyIds(opts) {
|
|
26
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -32,7 +30,6 @@ exports.getTlsPrivateKeyIds = getTlsPrivateKeyIds;
|
|
|
32
30
|
*
|
|
33
31
|
* ## Example Usage
|
|
34
32
|
*
|
|
35
|
-
* <!--Start PulumiCodeChooser -->
|
|
36
33
|
* ```typescript
|
|
37
34
|
* import * as pulumi from "@pulumi/pulumi";
|
|
38
35
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -42,7 +39,6 @@ exports.getTlsPrivateKeyIds = getTlsPrivateKeyIds;
|
|
|
42
39
|
* id: demoFastlyTlsPrivateKeyIds.ids[0],
|
|
43
40
|
* });
|
|
44
41
|
* ```
|
|
45
|
-
* <!--End PulumiCodeChooser -->
|
|
46
42
|
*/
|
|
47
43
|
function getTlsPrivateKeyIdsOutput(opts) {
|
|
48
44
|
return pulumi.output(getTlsPrivateKeyIds(opts));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTlsPrivateKeyIds.js","sourceRoot":"","sources":["../getTlsPrivateKeyIds.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTlsPrivateKeyIds.js","sourceRoot":"","sources":["../getTlsPrivateKeyIds.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mBAAmB,CAAC,IAA2B;IAE3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAeD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,yBAAyB,CAAC,IAA2B;IACjE,OAAO,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAA;AACnD,CAAC;AAFD,8DAEC"}
|
package/getTlsSubscription.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* <!--Start PulumiCodeChooser -->
|
|
8
7
|
* ```typescript
|
|
9
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
9
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -13,7 +12,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
12
|
* domains: ["example.com"],
|
|
14
13
|
* });
|
|
15
14
|
* ```
|
|
16
|
-
* <!--End PulumiCodeChooser -->
|
|
17
15
|
*/
|
|
18
16
|
export declare function getTlsSubscription(args?: GetTlsSubscriptionArgs, opts?: pulumi.InvokeOptions): Promise<GetTlsSubscriptionResult>;
|
|
19
17
|
/**
|
|
@@ -83,7 +81,6 @@ export interface GetTlsSubscriptionResult {
|
|
|
83
81
|
*
|
|
84
82
|
* ## Example Usage
|
|
85
83
|
*
|
|
86
|
-
* <!--Start PulumiCodeChooser -->
|
|
87
84
|
* ```typescript
|
|
88
85
|
* import * as pulumi from "@pulumi/pulumi";
|
|
89
86
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -92,7 +89,6 @@ export interface GetTlsSubscriptionResult {
|
|
|
92
89
|
* domains: ["example.com"],
|
|
93
90
|
* });
|
|
94
91
|
* ```
|
|
95
|
-
* <!--End PulumiCodeChooser -->
|
|
96
92
|
*/
|
|
97
93
|
export declare function getTlsSubscriptionOutput(args?: GetTlsSubscriptionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTlsSubscriptionResult>;
|
|
98
94
|
/**
|
package/getTlsSubscription.js
CHANGED
|
@@ -10,7 +10,6 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -19,7 +18,6 @@ const utilities = require("./utilities");
|
|
|
19
18
|
* domains: ["example.com"],
|
|
20
19
|
* });
|
|
21
20
|
* ```
|
|
22
|
-
* <!--End PulumiCodeChooser -->
|
|
23
21
|
*/
|
|
24
22
|
function getTlsSubscription(args, opts) {
|
|
25
23
|
args = args || {};
|
|
@@ -37,7 +35,6 @@ exports.getTlsSubscription = getTlsSubscription;
|
|
|
37
35
|
*
|
|
38
36
|
* ## Example Usage
|
|
39
37
|
*
|
|
40
|
-
* <!--Start PulumiCodeChooser -->
|
|
41
38
|
* ```typescript
|
|
42
39
|
* import * as pulumi from "@pulumi/pulumi";
|
|
43
40
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -46,7 +43,6 @@ exports.getTlsSubscription = getTlsSubscription;
|
|
|
46
43
|
* domains: ["example.com"],
|
|
47
44
|
* });
|
|
48
45
|
* ```
|
|
49
|
-
* <!--End PulumiCodeChooser -->
|
|
50
46
|
*/
|
|
51
47
|
function getTlsSubscriptionOutput(args, opts) {
|
|
52
48
|
return pulumi.output(args).apply((a) => getTlsSubscription(a, opts));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTlsSubscription.js","sourceRoot":"","sources":["../getTlsSubscription.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTlsSubscription.js","sourceRoot":"","sources":["../getTlsSubscription.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gDAUC;AAiED;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
|
@@ -4,7 +4,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* <!--Start PulumiCodeChooser -->
|
|
8
7
|
* ```typescript
|
|
9
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
9
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -15,7 +14,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
15
14
|
* }) })));
|
|
16
15
|
* export const subscriptionDomains = exampleGetTlsSubscription.apply(exampleGetTlsSubscription => Object.values(exampleGetTlsSubscription).map(a => (a.certificateAuthority)));
|
|
17
16
|
* ```
|
|
18
|
-
* <!--End PulumiCodeChooser -->
|
|
19
17
|
*/
|
|
20
18
|
export declare function getTlsSubscriptionIds(opts?: pulumi.InvokeOptions): Promise<GetTlsSubscriptionIdsResult>;
|
|
21
19
|
/**
|
|
@@ -36,7 +34,6 @@ export interface GetTlsSubscriptionIdsResult {
|
|
|
36
34
|
*
|
|
37
35
|
* ## Example Usage
|
|
38
36
|
*
|
|
39
|
-
* <!--Start PulumiCodeChooser -->
|
|
40
37
|
* ```typescript
|
|
41
38
|
* import * as pulumi from "@pulumi/pulumi";
|
|
42
39
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -47,6 +44,5 @@ export interface GetTlsSubscriptionIdsResult {
|
|
|
47
44
|
* }) })));
|
|
48
45
|
* export const subscriptionDomains = exampleGetTlsSubscription.apply(exampleGetTlsSubscription => Object.values(exampleGetTlsSubscription).map(a => (a.certificateAuthority)));
|
|
49
46
|
* ```
|
|
50
|
-
* <!--End PulumiCodeChooser -->
|
|
51
47
|
*/
|
|
52
48
|
export declare function getTlsSubscriptionIdsOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetTlsSubscriptionIdsResult>;
|
package/getTlsSubscriptionIds.js
CHANGED
|
@@ -10,7 +10,6 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -21,7 +20,6 @@ const utilities = require("./utilities");
|
|
|
21
20
|
* }) })));
|
|
22
21
|
* export const subscriptionDomains = exampleGetTlsSubscription.apply(exampleGetTlsSubscription => Object.values(exampleGetTlsSubscription).map(a => (a.certificateAuthority)));
|
|
23
22
|
* ```
|
|
24
|
-
* <!--End PulumiCodeChooser -->
|
|
25
23
|
*/
|
|
26
24
|
function getTlsSubscriptionIds(opts) {
|
|
27
25
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -33,7 +31,6 @@ exports.getTlsSubscriptionIds = getTlsSubscriptionIds;
|
|
|
33
31
|
*
|
|
34
32
|
* ## Example Usage
|
|
35
33
|
*
|
|
36
|
-
* <!--Start PulumiCodeChooser -->
|
|
37
34
|
* ```typescript
|
|
38
35
|
* import * as pulumi from "@pulumi/pulumi";
|
|
39
36
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -44,7 +41,6 @@ exports.getTlsSubscriptionIds = getTlsSubscriptionIds;
|
|
|
44
41
|
* }) })));
|
|
45
42
|
* export const subscriptionDomains = exampleGetTlsSubscription.apply(exampleGetTlsSubscription => Object.values(exampleGetTlsSubscription).map(a => (a.certificateAuthority)));
|
|
46
43
|
* ```
|
|
47
|
-
* <!--End PulumiCodeChooser -->
|
|
48
44
|
*/
|
|
49
45
|
function getTlsSubscriptionIdsOutput(opts) {
|
|
50
46
|
return pulumi.output(getTlsSubscriptionIds(opts));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTlsSubscriptionIds.js","sourceRoot":"","sources":["../getTlsSubscriptionIds.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTlsSubscriptionIds.js","sourceRoot":"","sources":["../getTlsSubscriptionIds.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA2B;IAE7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE,EACxF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;AAeD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAA2B;IACnE,OAAO,MAAM,CAAC,MAAM,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC,CAAA;AACrD,CAAC;AAFD,kEAEC"}
|
package/kvstore.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* Basic usage:
|
|
6
6
|
*
|
|
7
|
-
* <!--Start PulumiCodeChooser -->
|
|
8
7
|
* ```typescript
|
|
9
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
9
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -32,7 +31,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
32
31
|
* forceDestroy: true,
|
|
33
32
|
* });
|
|
34
33
|
* ```
|
|
35
|
-
* <!--End PulumiCodeChooser -->
|
|
36
34
|
*
|
|
37
35
|
* ## Import
|
|
38
36
|
*
|
package/kvstore.js
CHANGED
|
@@ -10,7 +10,6 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Basic usage:
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -38,7 +37,6 @@ const utilities = require("./utilities");
|
|
|
38
37
|
* forceDestroy: true,
|
|
39
38
|
* });
|
|
40
39
|
* ```
|
|
41
|
-
* <!--End PulumiCodeChooser -->
|
|
42
40
|
*
|
|
43
41
|
* ## Import
|
|
44
42
|
*
|
package/kvstore.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kvstore.js","sourceRoot":"","sources":["../kvstore.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"kvstore.js","sourceRoot":"","sources":["../kvstore.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AAjEL,0BAkEC;AApDG,gBAAgB;AACO,oBAAY,GAAG,8BAA8B,CAAC"}
|
package/package.json
CHANGED
package/secretstore.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* Basic usage:
|
|
6
6
|
*
|
|
7
|
-
* <!--Start PulumiCodeChooser -->
|
|
8
7
|
* ```typescript
|
|
9
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
9
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -32,7 +31,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
32
31
|
* forceDestroy: true,
|
|
33
32
|
* });
|
|
34
33
|
* ```
|
|
35
|
-
* <!--End PulumiCodeChooser -->
|
|
36
34
|
*
|
|
37
35
|
* ## Import
|
|
38
36
|
*
|
package/secretstore.js
CHANGED
|
@@ -10,7 +10,6 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Basic usage:
|
|
12
12
|
*
|
|
13
|
-
* <!--Start PulumiCodeChooser -->
|
|
14
13
|
* ```typescript
|
|
15
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
15
|
* import * as fastly from "@pulumi/fastly";
|
|
@@ -38,7 +37,6 @@ const utilities = require("./utilities");
|
|
|
38
37
|
* forceDestroy: true,
|
|
39
38
|
* });
|
|
40
39
|
* ```
|
|
41
|
-
* <!--End PulumiCodeChooser -->
|
|
42
40
|
*
|
|
43
41
|
* ## Import
|
|
44
42
|
*
|
package/secretstore.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secretstore.js","sourceRoot":"","sources":["../secretstore.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"secretstore.js","sourceRoot":"","sources":["../secretstore.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAeD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AArDL,kCAsDC;AAxCG,gBAAgB;AACO,wBAAY,GAAG,sCAAsC,CAAC"}
|