@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.
Files changed (78) hide show
  1. package/{bin/LICENSE → LICENSE} +0 -0
  2. package/README.md +81 -82
  3. package/{bin/alertChannel.d.ts → alertChannel.d.ts} +0 -0
  4. package/{bin/alertChannel.js → alertChannel.js} +0 -0
  5. package/{bin/alertChannel.js.map → alertChannel.js.map} +0 -0
  6. package/{bin/check.d.ts → check.d.ts} +0 -0
  7. package/{bin/check.js → check.js} +0 -0
  8. package/{bin/check.js.map → check.js.map} +0 -0
  9. package/{bin/checkGroup.d.ts → checkGroup.d.ts} +0 -0
  10. package/{bin/checkGroup.js → checkGroup.js} +0 -0
  11. package/{bin/checkGroup.js.map → checkGroup.js.map} +0 -0
  12. package/{bin/config → config}/index.d.ts +0 -0
  13. package/{bin/config → config}/index.js +0 -0
  14. package/{bin/config → config}/index.js.map +0 -0
  15. package/{bin/config → config}/vars.d.ts +0 -0
  16. package/{bin/config → config}/vars.js +0 -0
  17. package/{bin/config → config}/vars.js.map +0 -0
  18. package/{bin/dashboard.d.ts → dashboard.d.ts} +0 -0
  19. package/{bin/dashboard.js → dashboard.js} +0 -0
  20. package/{bin/dashboard.js.map → dashboard.js.map} +0 -0
  21. package/{bin/environmentVariable.d.ts → environmentVariable.d.ts} +0 -0
  22. package/{bin/environmentVariable.js → environmentVariable.js} +0 -0
  23. package/{bin/environmentVariable.js.map → environmentVariable.js.map} +0 -0
  24. package/{bin/index.d.ts → index.d.ts} +0 -0
  25. package/{bin/index.js → index.js} +0 -0
  26. package/{bin/index.js.map → index.js.map} +0 -0
  27. package/{bin/maintenanceWindow.d.ts → maintenanceWindow.d.ts} +0 -0
  28. package/{bin/maintenanceWindow.js → maintenanceWindow.js} +0 -0
  29. package/{bin/maintenanceWindow.js.map → maintenanceWindow.js.map} +0 -0
  30. package/package.json +27 -29
  31. package/{bin/package.json.bak → package.json.bak} +1 -1
  32. package/{bin/provider.d.ts → provider.d.ts} +0 -0
  33. package/{bin/provider.js → provider.js} +0 -0
  34. package/{bin/provider.js.map → provider.js.map} +0 -0
  35. package/scripts/install-pulumi-plugin.js +1 -1
  36. package/{bin/snippet.d.ts → snippet.d.ts} +0 -0
  37. package/{bin/snippet.js → snippet.js} +0 -0
  38. package/{bin/snippet.js.map → snippet.js.map} +0 -0
  39. package/{bin/triggerCheck.d.ts → triggerCheck.d.ts} +0 -0
  40. package/{bin/triggerCheck.js → triggerCheck.js} +0 -0
  41. package/{bin/triggerCheck.js.map → triggerCheck.js.map} +0 -0
  42. package/{bin/triggerCheckGroup.d.ts → triggerCheckGroup.d.ts} +0 -0
  43. package/{bin/triggerCheckGroup.js → triggerCheckGroup.js} +0 -0
  44. package/{bin/triggerCheckGroup.js.map → triggerCheckGroup.js.map} +0 -0
  45. package/{bin/types → types}/index.d.ts +0 -0
  46. package/{bin/types → types}/index.js +0 -0
  47. package/{bin/types → types}/index.js.map +0 -0
  48. package/{bin/types → types}/input.d.ts +0 -0
  49. package/{bin/types → types}/input.js +0 -0
  50. package/{bin/types → types}/input.js.map +0 -0
  51. package/{bin/types → types}/output.d.ts +0 -0
  52. package/{bin/types → types}/output.js +0 -0
  53. package/{bin/types → types}/output.js.map +0 -0
  54. package/{bin/utilities.d.ts → utilities.d.ts} +0 -0
  55. package/{bin/utilities.js → utilities.js} +1 -1
  56. package/{bin/utilities.js.map → utilities.js.map} +1 -1
  57. package/Pulumi.yaml +0 -0
  58. package/alertChannel.ts +0 -236
  59. package/bin/README.md +0 -151
  60. package/bin/package.json +0 -29
  61. package/bin/yarn.lock +0 -805
  62. package/check.ts +0 -453
  63. package/checkGroup.ts +0 -382
  64. package/config/index.ts +0 -5
  65. package/config/vars.ts +0 -33
  66. package/dashboard.ts +0 -231
  67. package/environmentVariable.ts +0 -107
  68. package/index.ts +0 -86
  69. package/maintenanceWindow.ts +0 -188
  70. package/provider.ts +0 -62
  71. package/snippet.ts +0 -98
  72. package/triggerCheck.ts +0 -123
  73. package/triggerCheckGroup.ts +0 -123
  74. package/tsconfig.json +0 -34
  75. package/types/index.ts +0 -11
  76. package/types/input.ts +0 -166
  77. package/types/output.ts +0 -167
  78. package/utilities.ts +0 -54
File without changes
package/README.md CHANGED
@@ -1,4 +1,10 @@
1
- # Checkly Pulumi Provider
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
+ ![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)
7
+ ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/checkly/pulumi-checkly?label=Version)
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
- yarn add @checkly/pulumi
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
- ## Creating Resources
58
-
59
- The example below shows a basic API check and Browser check.
60
-
61
- ```javascript
62
- // index.js
63
- const checkly = require("@checkly/pulumi")
64
-
65
- new checkly.Check("api-check", {
66
- type: "API",
67
- name: "Public SpaceX API",
68
- activated: true,
69
- frequency: 10,
70
- locations: ["us-east-1"],
71
- request: {
72
- method: "GET",
73
- url: "https://api.spacexdata.com/v3",
74
- assertions: [
75
- {
76
- source: 'STATUS_CODE',
77
- comparison: 'EQUALS',
78
- target: 200
79
- },
80
- {
81
- source: 'JSON_BODY',
82
- property: '$.project_name',
83
- comparison: 'EQUALS',
84
- target: 'SpaceX-API'
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
- type: "BROWSER",
92
- name: "Google.com Playwright check",
93
- activated: true,
94
- frequency: 10,
95
- locations: ["us-east-1"],
96
- script: `const { chromium } = require('playwright')
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
- const browser = await chromium.launch()
100
- const page = await browser.newPage()
94
+ async function run () {
95
+ const browser = await chromium.launch()
96
+ const page = await browser.newPage()
101
97
 
102
- const response = await page.goto('https://google.com')
98
+ const response = await page.goto('https://google.com')
103
99
 
104
- if (response.status() > 399) {
105
- throw new Error('Failed with response code ${response.status()}')
106
- }
100
+ if (response.status() > 399) {
101
+ throw new Error('Failed with response code \${response.status()}')
102
+ }
107
103
 
108
- await page.screenshot({ path: 'screenshot.jpg' })
104
+ await page.screenshot({ path: 'screenshot.jpg' })
109
105
 
110
- await page.close()
111
- await browser.close()
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
- ## Syncing resources
121
-
122
- Just run the regular `pulumi up` command
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
- ## Configuration
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
- The following configuration points are available for the `foo` provider:
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=pulumi-checkly" target="_blank">
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
package/package.json CHANGED
@@ -1,31 +1,29 @@
1
1
  {
2
- "name": "@checkly/pulumi",
3
- "version": "0.0.1-alpha.9",
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.1-alpha.9"
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/0.0.1-alpha.9"
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
  }
@@ -24,6 +24,6 @@
24
24
  },
25
25
  "pulumi": {
26
26
  "resource": true,
27
- "pluginDownloadURL": "https://github.com/checkly/pulumi-checkly/releases/download/${VERSION}"
27
+ "pluginDownloadURL": "https://github.com/checkly/pulumi-checkly/releases/download/v${VERSION}"
28
28
  }
29
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/${VERSION}"].concat(args), {
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
@@ -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/${VERSION}" };
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,wEAAwE,EAAE,CAAC;AAClI,CAAC;AAFD,oDAEC"}
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