@checkly/pulumi 0.0.1-alpha.9 → 0.0.3
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/{bin/LICENSE → LICENSE} +0 -0
- package/README.md +81 -82
- package/{bin/alertChannel.d.ts → alertChannel.d.ts} +0 -0
- package/{bin/alertChannel.js → alertChannel.js} +0 -0
- package/{bin/alertChannel.js.map → alertChannel.js.map} +0 -0
- package/{bin/check.d.ts → check.d.ts} +0 -0
- package/{bin/check.js → check.js} +0 -0
- package/{bin/check.js.map → check.js.map} +0 -0
- package/{bin/checkGroup.d.ts → checkGroup.d.ts} +0 -0
- package/{bin/checkGroup.js → checkGroup.js} +0 -0
- package/{bin/checkGroup.js.map → checkGroup.js.map} +0 -0
- package/{bin/config → config}/index.d.ts +0 -0
- package/{bin/config → config}/index.js +0 -0
- package/{bin/config → config}/index.js.map +0 -0
- package/{bin/config → config}/vars.d.ts +0 -0
- package/{bin/config → config}/vars.js +0 -0
- package/{bin/config → config}/vars.js.map +0 -0
- package/{bin/dashboard.d.ts → dashboard.d.ts} +0 -0
- package/{bin/dashboard.js → dashboard.js} +0 -0
- package/{bin/dashboard.js.map → dashboard.js.map} +0 -0
- package/{bin/environmentVariable.d.ts → environmentVariable.d.ts} +0 -0
- package/{bin/environmentVariable.js → environmentVariable.js} +0 -0
- package/{bin/environmentVariable.js.map → environmentVariable.js.map} +0 -0
- package/{bin/index.d.ts → index.d.ts} +0 -0
- package/{bin/index.js → index.js} +0 -0
- package/{bin/index.js.map → index.js.map} +0 -0
- package/{bin/maintenanceWindow.d.ts → maintenanceWindow.d.ts} +0 -0
- package/{bin/maintenanceWindow.js → maintenanceWindow.js} +0 -0
- package/{bin/maintenanceWindow.js.map → maintenanceWindow.js.map} +0 -0
- package/package.json +27 -29
- package/{bin/package.json.bak → package.json.bak} +1 -1
- package/{bin/provider.d.ts → provider.d.ts} +0 -0
- package/{bin/provider.js → provider.js} +0 -0
- package/{bin/provider.js.map → provider.js.map} +0 -0
- package/scripts/install-pulumi-plugin.js +1 -1
- package/{bin/snippet.d.ts → snippet.d.ts} +0 -0
- package/{bin/snippet.js → snippet.js} +0 -0
- package/{bin/snippet.js.map → snippet.js.map} +0 -0
- package/{bin/triggerCheck.d.ts → triggerCheck.d.ts} +0 -0
- package/{bin/triggerCheck.js → triggerCheck.js} +0 -0
- package/{bin/triggerCheck.js.map → triggerCheck.js.map} +0 -0
- package/{bin/triggerCheckGroup.d.ts → triggerCheckGroup.d.ts} +0 -0
- package/{bin/triggerCheckGroup.js → triggerCheckGroup.js} +0 -0
- package/{bin/triggerCheckGroup.js.map → triggerCheckGroup.js.map} +0 -0
- package/{bin/types → types}/index.d.ts +0 -0
- package/{bin/types → types}/index.js +0 -0
- package/{bin/types → types}/index.js.map +0 -0
- package/{bin/types → types}/input.d.ts +0 -0
- package/{bin/types → types}/input.js +0 -0
- package/{bin/types → types}/input.js.map +0 -0
- package/{bin/types → types}/output.d.ts +0 -0
- package/{bin/types → types}/output.js +0 -0
- package/{bin/types → types}/output.js.map +0 -0
- package/{bin/utilities.d.ts → utilities.d.ts} +0 -0
- package/{bin/utilities.js → utilities.js} +1 -1
- package/{bin/utilities.js.map → utilities.js.map} +1 -1
- package/Pulumi.yaml +0 -0
- package/alertChannel.ts +0 -236
- package/bin/README.md +0 -151
- package/bin/package.json +0 -29
- package/bin/yarn.lock +0 -805
- package/check.ts +0 -453
- package/checkGroup.ts +0 -382
- package/config/index.ts +0 -5
- package/config/vars.ts +0 -33
- package/dashboard.ts +0 -231
- package/environmentVariable.ts +0 -107
- package/index.ts +0 -86
- package/maintenanceWindow.ts +0 -188
- package/provider.ts +0 -62
- package/snippet.ts +0 -98
- package/triggerCheck.ts +0 -123
- package/triggerCheckGroup.ts +0 -123
- package/tsconfig.json +0 -34
- package/types/index.ts +0 -11
- package/types/input.ts +0 -166
- package/types/output.ts +0 -167
- package/utilities.ts +0 -54
package/{bin/LICENSE → LICENSE}
RENAMED
|
File without changes
|
package/README.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
<p>
|
|
2
|
+
<img height="128" src="https://www.checklyhq.com/images/footer-logo.svg" align="right" />
|
|
3
|
+
<h1>Checkly Pulumi Provider</h1>
|
|
4
|
+
</p>
|
|
5
|
+
|
|
6
|
+

|
|
7
|
+

|
|
2
8
|
|
|
3
9
|
The Checkly Pulumi provider enables you to create and configure Checkly resources using your favourite programming language.
|
|
4
10
|
Note that this project is in its early stages and breaking changes could happen.
|
|
@@ -10,22 +16,11 @@ Note that this project is in its early stages and breaking changes could happen.
|
|
|
10
16
|
|
|
11
17
|
### Node.js (JavaScript/TypeScript)
|
|
12
18
|
|
|
13
|
-
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
npm install @checkly/pulumi
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
or `yarn`:
|
|
19
|
+
To use from JavaScript or TypeScript in Node.js, install using either `npm` or `yarn`:
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
Install the provider binary plugin. This is only needed due to an outstanding bug in with Pulumi registry
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
pulumi plugin install resource checkly v0.0.1-alpha.5 --server https://github.com/checkly/pulumi-checkly/releases/download/v0.0.1-alpha.5
|
|
22
|
+
$ npm install @checkly/pulumi
|
|
23
|
+
$ yarn add @checkly/pulumi
|
|
29
24
|
```
|
|
30
25
|
|
|
31
26
|
### Python, Go & .NET
|
|
@@ -54,94 +49,98 @@ Once you generated the `API Key` there are two ways to communicate your authoriz
|
|
|
54
49
|
|
|
55
50
|
> Remember to pass `--secret` when setting `checkly:apiKey` so it is properly encrypted.
|
|
56
51
|
|
|
57
|
-
##
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
52
|
+
## Getting Started
|
|
53
|
+
|
|
54
|
+
1. Open your terminal and run `$ pulumi new` to create a new Pulumi project, chose the `javascript` template and the target stack.
|
|
55
|
+
1. Install the Checkly Pulumi provider using npm: `$ npm i @checkly/pulumi`.
|
|
56
|
+
1. Create an `index.js` file in the root of your project and paste the following code:
|
|
57
|
+
|
|
58
|
+
```javascript
|
|
59
|
+
const checkly = require("@checkly/pulumi")
|
|
60
|
+
|
|
61
|
+
new checkly.Check("api-check", {
|
|
62
|
+
type: "API",
|
|
63
|
+
name: "Public SpaceX API",
|
|
64
|
+
activated: true,
|
|
65
|
+
frequency: 10,
|
|
66
|
+
locations: ["us-east-1"],
|
|
67
|
+
request: {
|
|
68
|
+
method: "GET",
|
|
69
|
+
url: "https://api.spacexdata.com/v3",
|
|
70
|
+
assertions: [
|
|
71
|
+
{
|
|
72
|
+
source: 'STATUS_CODE',
|
|
73
|
+
comparison: 'EQUALS',
|
|
74
|
+
target: 200
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
source: 'JSON_BODY',
|
|
78
|
+
property: '$.project_name',
|
|
79
|
+
comparison: 'EQUALS',
|
|
80
|
+
target: 'SpaceX-API'
|
|
81
|
+
}
|
|
82
|
+
]
|
|
85
83
|
}
|
|
86
|
-
|
|
87
|
-
}
|
|
88
|
-
})
|
|
84
|
+
})
|
|
89
85
|
|
|
90
|
-
new checkly.Check("browser-check", {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
86
|
+
new checkly.Check("browser-check", {
|
|
87
|
+
type: "BROWSER",
|
|
88
|
+
name: "Google.com Playwright check",
|
|
89
|
+
activated: true,
|
|
90
|
+
frequency: 10,
|
|
91
|
+
locations: ["us-east-1"],
|
|
92
|
+
script: `const { chromium } = require('playwright')
|
|
97
93
|
|
|
98
|
-
async function run () {
|
|
99
|
-
|
|
100
|
-
|
|
94
|
+
async function run () {
|
|
95
|
+
const browser = await chromium.launch()
|
|
96
|
+
const page = await browser.newPage()
|
|
101
97
|
|
|
102
|
-
|
|
98
|
+
const response = await page.goto('https://google.com')
|
|
103
99
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
100
|
+
if (response.status() > 399) {
|
|
101
|
+
throw new Error('Failed with response code \${response.status()}')
|
|
102
|
+
}
|
|
107
103
|
|
|
108
|
-
|
|
104
|
+
await page.screenshot({ path: 'screenshot.jpg' })
|
|
109
105
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
106
|
+
await page.close()
|
|
107
|
+
await browser.close()
|
|
108
|
+
}
|
|
113
109
|
|
|
114
|
-
run()`
|
|
115
|
-
})
|
|
116
|
-
```
|
|
110
|
+
run()`
|
|
111
|
+
})
|
|
112
|
+
```
|
|
113
|
+
1. Setup you Checkly API Key and Account id:
|
|
114
|
+
```bash
|
|
115
|
+
$ pulumi config set checkly:apiKey cu_xxx --secret
|
|
116
|
+
$ pulumi config set checkly:accountId xxx
|
|
117
|
+
```
|
|
118
|
+
1. You are ready to go, run `$ pulumi up` to deploy your stack 🚀
|
|
117
119
|
|
|
118
120
|
> Check the [examples directory](https://github.com/checkly/pulumi-checkly/tree/main/examples) for more detailed code samples.
|
|
119
121
|
|
|
120
|
-
##
|
|
121
|
-
|
|
122
|
-
|
|
122
|
+
## Learn More
|
|
123
|
+
For documentation and example usage see:
|
|
124
|
+
1. [Checkly's documentation](https://www.checklyhq.com/docs/integrations/pulumi/).
|
|
125
|
+
2. [The official provider documentation](https://www.pulumi.com/registry/packages/checkly/api-docs/)
|
|
126
|
+
3. [Working Examples](https://github.com/checkly/pulumi-checkly/examples).
|
|
123
127
|
|
|
128
|
+
## Questions
|
|
129
|
+
For questions and support please open a new [discussion](https://github.com/checkly/pulumi-checkly/discussions). The issue list of this repo is exclusively for bug reports and feature/docs requests.
|
|
124
130
|
|
|
125
|
-
##
|
|
131
|
+
## Issues
|
|
132
|
+
Please make sure to respect issue requirements and choose the proper [issue template](https://github.com/checkly/pulumi-checkly/issues/new/choose) when opening an issue. Issues not conforming to the guidelines may be closed.
|
|
126
133
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
- `checkly:apiKey` (environment: `CHECKLY_API_KEY`) - the Checkly API Key.
|
|
130
|
-
- `checkly:accountId` (environment: `CHECKLY_ACCOUNT_ID`) - the Checkly account ID.
|
|
131
|
-
|
|
132
|
-
## Reference
|
|
133
|
-
|
|
134
|
-
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/checkly/api-docs/).
|
|
134
|
+
## Contribution
|
|
135
|
+
Please make sure to read the [Contributing Guide](https://github.com/checkly/pulumi-checkly/blob/main/CONTRIBUTING.md) before making a pull request.
|
|
135
136
|
|
|
136
137
|
## License
|
|
137
138
|
|
|
138
139
|
[MIT](https://github.com/checkly/pulumi-checkly/blob/main/LICENSE)
|
|
139
140
|
|
|
140
141
|
<br>
|
|
141
|
-
|
|
142
|
-
|
|
143
142
|
<p align="center">
|
|
144
|
-
<a href="https://checklyhq.com?utm_source=github&utm_medium=sponsor-logo-github&utm_campaign=
|
|
143
|
+
<a href="https://checklyhq.com?utm_source=github&utm_medium=sponsor-logo-github&utm_campaign=headless-recorder" target="_blank">
|
|
145
144
|
<img width="100px" src="https://www.checklyhq.com/images/text_racoon_logo.svg" alt="Checkly" />
|
|
146
145
|
</a>
|
|
147
146
|
<br />
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,31 +1,29 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"main": "./bin/index.js",
|
|
30
|
-
"types": "./bin/index.d.ts"
|
|
2
|
+
"name": "@checkly/pulumi",
|
|
3
|
+
"version": "0.0.3",
|
|
4
|
+
"description": "A Pulumi package for creating and managing Checkly monitoring resources.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"pulumi",
|
|
7
|
+
"checkly",
|
|
8
|
+
"category/monitoring"
|
|
9
|
+
],
|
|
10
|
+
"homepage": "https://www.pulumi.com/registry/packages/checkly",
|
|
11
|
+
"repository": "https://github.com/checkly/pulumi-checkly",
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"scripts": {
|
|
14
|
+
"build": "tsc",
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource checkly 0.0.3"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@pulumi/pulumi": "^3.0.0"
|
|
19
|
+
},
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@types/mime": "^2.0.0",
|
|
22
|
+
"@types/node": "^10.0.0",
|
|
23
|
+
"typescript": "^4.3.5"
|
|
24
|
+
},
|
|
25
|
+
"pulumi": {
|
|
26
|
+
"resource": true,
|
|
27
|
+
"pluginDownloadURL": "https://github.com/checkly/pulumi-checkly/releases/download/v0.0.3"
|
|
28
|
+
}
|
|
31
29
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -7,7 +7,7 @@ if (args.indexOf("${VERSION}") !== -1) {
|
|
|
7
7
|
process.exit(0);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
var res = childProcess.spawnSync("pulumi", ["plugin", "install", "--server", "https://github.com/checkly/pulumi-checkly/releases/download
|
|
10
|
+
var res = childProcess.spawnSync("pulumi", ["plugin", "install", "--server", "https://github.com/checkly/pulumi-checkly/releases/download/v${VERSION}"].concat(args), {
|
|
11
11
|
stdio: ["ignore", "inherit", "inherit"]
|
|
12
12
|
});
|
|
13
13
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -51,7 +51,7 @@ function getVersion() {
|
|
|
51
51
|
exports.getVersion = getVersion;
|
|
52
52
|
/** @internal */
|
|
53
53
|
function resourceOptsDefaults() {
|
|
54
|
-
return { version: getVersion(), pluginDownloadURL: "https://github.com/checkly/pulumi-checkly/releases/download
|
|
54
|
+
return { version: getVersion(), pluginDownloadURL: "https://github.com/checkly/pulumi-checkly/releases/download/v${VERSION}" };
|
|
55
55
|
}
|
|
56
56
|
exports.resourceOptsDefaults = resourceOptsDefaults;
|
|
57
57
|
//# sourceMappingURL=utilities.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilities.js","sourceRoot":"","sources":["../utilities.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAGjF,SAAgB,MAAM,CAAC,GAAG,IAAc;IACpC,KAAK,MAAM,CAAC,IAAI,IAAI,EAAE;QAClB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI,KAAK,EAAE;YACP,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AARD,wBAQC;AAED,SAAgB,aAAa,CAAC,GAAG,IAAc;IAC3C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,uGAAuG;QACvG,yDAAyD;QACzD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC1E,OAAO,IAAI,CAAC;SACf;QACD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC7E,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AAbD,sCAaC;AAED,SAAgB,YAAY,CAAC,GAAG,IAAc;IAC1C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;QACxB,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YACX,OAAO,CAAC,CAAC;SACZ;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AATD,oCASC;AAED,SAAgB,UAAU;IACtB,IAAI,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC;IAChD,6EAA6E;IAC7E,iCAAiC;IACjC,IAAI,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;QAC5B,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAC9B;IACD,OAAO,OAAO,CAAC;AACnB,CAAC;AARD,gCAQC;AAED,gBAAgB;AAChB,SAAgB,oBAAoB;IAChC,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"utilities.js","sourceRoot":"","sources":["../utilities.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAGjF,SAAgB,MAAM,CAAC,GAAG,IAAc;IACpC,KAAK,MAAM,CAAC,IAAI,IAAI,EAAE;QAClB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI,KAAK,EAAE;YACP,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AARD,wBAQC;AAED,SAAgB,aAAa,CAAC,GAAG,IAAc;IAC3C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,uGAAuG;QACvG,yDAAyD;QACzD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC1E,OAAO,IAAI,CAAC;SACf;QACD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC7E,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AAbD,sCAaC;AAED,SAAgB,YAAY,CAAC,GAAG,IAAc;IAC1C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;QACxB,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YACX,OAAO,CAAC,CAAC;SACZ;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AATD,oCASC;AAED,SAAgB,UAAU;IACtB,IAAI,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC;IAChD,6EAA6E;IAC7E,iCAAiC;IACjC,IAAI,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;QAC5B,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAC9B;IACD,OAAO,OAAO,CAAC;AACnB,CAAC;AARD,gCAQC;AAED,gBAAgB;AAChB,SAAgB,oBAAoB;IAChC,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,iBAAiB,EAAE,yEAAyE,EAAE,CAAC;AACnI,CAAC;AAFD,oDAEC"}
|
package/Pulumi.yaml
DELETED
|
File without changes
|