@pulumi/confluentcloud 0.0.1-alpha.1654439668 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -313
- package/package.json +2 -2
- package/package.json.dev +2 -2
package/README.md
CHANGED
|
@@ -1,336 +1,64 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/pulumi/pulumi-confluentcloud/actions)
|
|
2
|
+
[](https://slack.pulumi.com)
|
|
3
|
+
[](https://www.npmjs.com/package/@pulumi/confluentcloud)
|
|
4
|
+
[](https://pypi.org/project/pulumi-confluentcloud)
|
|
5
|
+
[](https://badge.fury.io/nu/pulumi.confluentcloud)
|
|
6
|
+
[](https://pkg.go.dev/github.com/pulumi/pulumi-confluentcloud/sdk/go)
|
|
7
|
+
[](https://github.com/pulumi/pulumi-confluentcloud/blob/master/LICENSE)
|
|
2
8
|
|
|
3
|
-
|
|
9
|
+
# Confluent Cloud Resource Provider
|
|
4
10
|
|
|
5
|
-
|
|
6
|
-
This repository is part of the [guide for authoring and publishing a Pulumi Package](https://www.pulumi.com/docs/guides/pulumi-packages/how-to-author).
|
|
11
|
+
The Confluent Resource Provider lets you manage [Confluent](https://confluent.cloud/) resources.
|
|
7
12
|
|
|
8
|
-
|
|
13
|
+
## Installing
|
|
9
14
|
|
|
10
|
-
|
|
15
|
+
This package is available for several languages/platforms:
|
|
11
16
|
|
|
12
|
-
|
|
13
|
-
- providers maintained by Pulumi (denoted with a "Pulumi Official" checkmark on the Pulumi registry)
|
|
14
|
-
- providers published and maintained by the Pulumi community, referred to as "third-party" providers
|
|
17
|
+
### Node.js (JavaScript/TypeScript)
|
|
15
18
|
|
|
16
|
-
|
|
19
|
+
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
|
|
17
20
|
|
|
18
|
-
|
|
21
|
+
```bash
|
|
22
|
+
npm install @pulumi/confluentcloud
|
|
23
|
+
```
|
|
19
24
|
|
|
20
|
-
|
|
25
|
+
or `yarn`:
|
|
21
26
|
|
|
22
|
-
|
|
27
|
+
```bash
|
|
28
|
+
yarn add @pulumi/confluentcloud
|
|
29
|
+
```
|
|
23
30
|
|
|
24
|
-
|
|
25
|
-
* [Go 1.17](https://golang.org/dl/) or 1.latest
|
|
26
|
-
* [NodeJS](https://nodejs.org/en/) 14.x. We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage NodeJS installations.
|
|
27
|
-
* [Yarn](https://yarnpkg.com/)
|
|
28
|
-
* [TypeScript](https://www.typescriptlang.org/)
|
|
29
|
-
* [Python](https://www.python.org/downloads/) (called as `python3`). For recent versions of MacOS, the system-installed version is fine.
|
|
30
|
-
* [.NET](https://dotnet.microsoft.com/download)
|
|
31
|
+
### Python
|
|
31
32
|
|
|
32
|
-
|
|
33
|
+
To use from Python, install using `pip`:
|
|
33
34
|
|
|
34
|
-
|
|
35
|
+
```bash
|
|
36
|
+
pip install pulumi_confluentcloud
|
|
37
|
+
```
|
|
35
38
|
|
|
36
|
-
|
|
37
|
-
1. Set the following options:
|
|
38
|
-
* Owner: pulumi (third-party: your GitHub organization/username)
|
|
39
|
-
* Repository name: pulumi-foo (third-party: preface your repo name with "pulumi" as standard practice)
|
|
40
|
-
* Description: Pulumi provider for Foo
|
|
41
|
-
* Repository type: Public
|
|
42
|
-
1. Clone the generated repository.
|
|
39
|
+
### Go
|
|
43
40
|
|
|
44
|
-
|
|
41
|
+
To use from Go, use `go get` to grab the latest version of the library:
|
|
45
42
|
|
|
46
|
-
|
|
43
|
+
```bash
|
|
44
|
+
go get github.com/pulumi/pulumi-confluentcloud/sdk
|
|
45
|
+
```
|
|
47
46
|
|
|
48
|
-
|
|
49
|
-
make prepare NAME=foo REPOSITORY=github.com/pulumi/pulumi-foo
|
|
50
|
-
```
|
|
47
|
+
### .NET
|
|
51
48
|
|
|
52
|
-
|
|
53
|
-
- rename folders in `provider/cmd` to `pulumi-resource-foo` and `pulumi-tfgen-foo`
|
|
54
|
-
- replace dependencies in `provider/go.mod` to reflect your repository name
|
|
55
|
-
- find and replace all instances of the boilerplate `confluentcloud` with the `NAME` of your provider.
|
|
49
|
+
To use from .NET, install using `dotnet add package`:
|
|
56
50
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
- `provider/resources.go`
|
|
61
|
-
- `sdk/go.mod`
|
|
62
|
-
- `provider/cmd/pulumi-resource-foo/main.go`
|
|
63
|
-
- `provider/cmd/pulumi-tfgen-foo/main.go`
|
|
51
|
+
```bash
|
|
52
|
+
dotnet add package Pulumi.ConfluentCloud
|
|
53
|
+
```
|
|
64
54
|
|
|
65
|
-
|
|
66
|
-
* Any desired build status badges.
|
|
67
|
-
* An introductory paragraph describing the type of resources the provider manages, e.g. "The Foo provider for Pulumi manages resources for [Foo](http://example.com/).
|
|
68
|
-
* In the "Installing" section, correct package names for the various SDK libraries in the languages Pulumi supports.
|
|
69
|
-
* In the "Configuration" section, any configurable options for the provider. These may include, but are not limited to, environment variables or options that can be set via [`pulumi config set`](https://www.pulumi.com/docs/reference/cli/pulumi_config_set/).
|
|
70
|
-
* In the "Reference" section, provide a link to the to-be-published documentation.
|
|
71
|
-
* Feel free to refer to [the Pulumi AWS provider README](https://github.com/pulumi/pulumi-aws) as an example.
|
|
55
|
+
## Configuration
|
|
72
56
|
|
|
73
|
-
|
|
57
|
+
The following configuration points are available for the `confluent cloud` provider:
|
|
74
58
|
|
|
75
|
-
|
|
59
|
+
- `confluentcloud:apiKey` (environment: `CONFLUENT_CLOUD_API_KEY`) - the API key for `Confluent Cloud`
|
|
60
|
+
- `confluentcloud:apiSecret` (environment: `CONFLUENT_CLOUD_API_SECRET`) - the region in which to deploy resources
|
|
76
61
|
|
|
77
|
-
|
|
78
|
-
* `provider/` contains the Go code used to create the provider as well as generate the SDKs in the various languages that Pulumi supports.
|
|
79
|
-
* `provider/cmd/pulumi-tfgen-foo` generates the Pulumi resource schema (`schema.json`), based on the Terraform provider's resources.
|
|
80
|
-
* `provider/cmd/pulumi-resource-foo` generates the SDKs in all supported languages from the schema, placing them in the `sdk/` folder.
|
|
81
|
-
* `provider/pkg/resources.go` is the location where we will define the Terraform-to-Pulumi mappings for resources.
|
|
82
|
-
* `sdk/` contains the generated SDK code for each of the language platforms that Pulumi supports, with each supported platform in a separate subfolder.
|
|
62
|
+
## Reference
|
|
83
63
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
```go
|
|
87
|
-
github.com/foo/terraform-provider-foo v0.4.0
|
|
88
|
-
```
|
|
89
|
-
|
|
90
|
-
1. In `provider/resources.go`, ensure the reference in the `import` section uses the correct Go module path, e.g.:
|
|
91
|
-
|
|
92
|
-
```go
|
|
93
|
-
github.com/foo/terraform-provider-foo/foo
|
|
94
|
-
```
|
|
95
|
-
|
|
96
|
-
1. Download the dependencies:
|
|
97
|
-
|
|
98
|
-
```bash
|
|
99
|
-
cd provider && go mod tidy && cd -
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
1. Create the schema by running the following command:
|
|
103
|
-
|
|
104
|
-
```bash
|
|
105
|
-
make tfgen
|
|
106
|
-
```
|
|
107
|
-
|
|
108
|
-
Note warnings about unmapped resources and data sources in the command's output. We map these in the next section, e.g.:
|
|
109
|
-
|
|
110
|
-
```text
|
|
111
|
-
warning: resource foo_something not found in provider map; skipping
|
|
112
|
-
warning: resource foo_something_else not found in provider map; skipping
|
|
113
|
-
warning: data source foo_something not found in provider map; skipping
|
|
114
|
-
warning: data source foo_something_else not found in provider map; skipping
|
|
115
|
-
```
|
|
116
|
-
|
|
117
|
-
## Adding Mappings, Building the Provider and SDKs
|
|
118
|
-
|
|
119
|
-
In this section we will add the mappings that allow the interoperation between the Pulumi provider and the Terraform provider. Terraform resources map to an identically named concept in Pulumi. Terraform data sources map to plain old functions in your supported programming language of choice. Pulumi also allows provider functions and resources to be grouped into _namespaces_ to improve the cohesion of a provider's code, thereby making it easier for developers to use. If your provider has a large number of resources, consider using namespaces to improve usability.
|
|
120
|
-
|
|
121
|
-
The following instructions all pertain to `provider/resources.go`, in the section of the code where we construct a `tfbridge.ProviderInfo` object:
|
|
122
|
-
|
|
123
|
-
1. **Add resource mappings:** For each resource in the provider, add an entry in the `Resources` property of the `tfbridge.ProviderInfo`, e.g.:
|
|
124
|
-
|
|
125
|
-
```go
|
|
126
|
-
// Most providers will have all resources (and data sources) in the main module.
|
|
127
|
-
// Note the mapping from snake_case HCL naming conventions to UpperCamelCase Pulumi SDK naming conventions.
|
|
128
|
-
// The name of the provider is omitted from the mapped name due to the presence of namespaces in all supported Pulumi languages.
|
|
129
|
-
"foo_something": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "Something")},
|
|
130
|
-
"foo_something_else": {Tok: tfbridge.MakeResource(mainPkg, mainMod, "SomethingElse")},
|
|
131
|
-
```
|
|
132
|
-
|
|
133
|
-
1. **Add CSharpName (if necessary):** Dotnet does not allow for fields named the same as the enclosing type, which sometimes results in errors during the dotnet SDK build.
|
|
134
|
-
If you see something like
|
|
135
|
-
```text
|
|
136
|
-
error CS0542: 'ApiKey': member names cannot be the same as their enclosing type [/Users/guin/go/src/github.com/pulumi/pulumi-artifactory/sdk/dotnet/Pulumi.Artifactory.csproj]
|
|
137
|
-
```
|
|
138
|
-
you'll want to give your Resource a CSharpName, which can have any value that makes sense:
|
|
139
|
-
|
|
140
|
-
```go
|
|
141
|
-
"foo_something_dotnet": {
|
|
142
|
-
Tok: tfbridge.MakeResource(mainPkg, mainMod, "SomethingDotnet"),
|
|
143
|
-
Fields: map[string]*tfbridge.SchemaInfo{
|
|
144
|
-
"something_dotnet": {
|
|
145
|
-
CSharpName: "SpecialName",
|
|
146
|
-
},
|
|
147
|
-
},
|
|
148
|
-
},
|
|
149
|
-
```
|
|
150
|
-
|
|
151
|
-
[See the underlying terraform-bridge code here.](https://github.com/pulumi/pulumi-terraform-bridge/blob/master/pkg/tfbridge/info.go#L168)
|
|
152
|
-
1. **Add data source mappings:** For each data source in the provider, add an entry in the `DataSources` property of the `tfbridge.ProviderInfo`, e.g.:
|
|
153
|
-
|
|
154
|
-
```go
|
|
155
|
-
// Note the 'get' prefix for data sources
|
|
156
|
-
"foo_something": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getSomething")},
|
|
157
|
-
"foo_something_else": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getSomethingElse")},
|
|
158
|
-
```
|
|
159
|
-
|
|
160
|
-
1. **Add documentation mapping (sometimes needed):** If the upstream provider's repo is not a part of the `terraform-providers` GitHub organization, specify the `GitHubOrg` property of `tfbridge.ProviderInfo` to ensure that documentation is picked up by the codegen process, and that attribution for the upstream provider is correct, e.g.:
|
|
161
|
-
|
|
162
|
-
```go
|
|
163
|
-
GitHubOrg: "foo",
|
|
164
|
-
```
|
|
165
|
-
|
|
166
|
-
1. **Add provider configuration overrides (not typically needed):** Pulumi's Terraform bridge automatically detects configuration options for the upstream provider. However, in rare cases these settings may need to be overridden, e.g. if we want to change an environment variable default from `API_KEY` to `FOO_API_KEY`. Examples of common uses cases:
|
|
167
|
-
|
|
168
|
-
```go
|
|
169
|
-
"additional_required_parameter": {},
|
|
170
|
-
"additional_optional_string_parameter": {
|
|
171
|
-
Default: &tfbridge.DefaultInfo{
|
|
172
|
-
Value: "default_value",
|
|
173
|
-
},
|
|
174
|
-
"additional_optional_boolean_parameter": {
|
|
175
|
-
Default: &tfbridge.DefaultInfo{
|
|
176
|
-
Value: true,
|
|
177
|
-
},
|
|
178
|
-
// Renamed environment variables can be accounted for like so:
|
|
179
|
-
"apikey": {
|
|
180
|
-
Default: &tfbridge.DefaultInfo{
|
|
181
|
-
EnvVars: []string{"FOO_API_KEY"},
|
|
182
|
-
},
|
|
183
|
-
```
|
|
184
|
-
|
|
185
|
-
1. Build the provider binary and ensure there are no warnings about unmapped resources and no warnings about unmapped data sources:
|
|
186
|
-
|
|
187
|
-
```bash
|
|
188
|
-
make provider
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
You may see warnings about documentation and examples, including "unexpected code snippets". These can be safely ignored for now. Pulumi will add additional documentation on mapping docs in a future revision of this guide.
|
|
192
|
-
|
|
193
|
-
1. Build the SDKs in the various languages Pulumi supports:
|
|
194
|
-
|
|
195
|
-
```bash
|
|
196
|
-
make build_sdks
|
|
197
|
-
```
|
|
198
|
-
|
|
199
|
-
1. Ensure the Golang SDK is a proper go module:
|
|
200
|
-
|
|
201
|
-
```bash
|
|
202
|
-
cd sdk && go mod tidy && cd -
|
|
203
|
-
```
|
|
204
|
-
|
|
205
|
-
This will pull in the correct dependencies in `sdk/go.mod` as well as setting the dependency tree in `sdk/go.sum`.
|
|
206
|
-
|
|
207
|
-
1. Finally, ensure the provider code conforms to Go standards:
|
|
208
|
-
|
|
209
|
-
```bash
|
|
210
|
-
make lint_provider
|
|
211
|
-
```
|
|
212
|
-
|
|
213
|
-
Fix any issues found by the linter.
|
|
214
|
-
|
|
215
|
-
**Note:** If you make revisions to code in `resources.go`, you must re-run the `make tfgen` target to regenerate the schema.
|
|
216
|
-
The `make tfgen` target will take the file `schema.json` and serialize it to a byte array so that it can be included in the build output.
|
|
217
|
-
(This is a holdover from Go 1.16, which does not have the ability to directly embed text files. We are working on removing the need for this step.)
|
|
218
|
-
|
|
219
|
-
## Sample Program
|
|
220
|
-
|
|
221
|
-
In this section, we will create a Pulumi program in TypeScript that utilizes the provider we created to ensure everything is working properly.
|
|
222
|
-
|
|
223
|
-
1. Create an account with the provider's service and generate any necessary credentials, e.g. API keys.
|
|
224
|
-
* Email: bot@pulumi.com
|
|
225
|
-
* Password: (Create a random password in 1Password with the maximum length and complexity allowed by the provider.)
|
|
226
|
-
* Ensure all secrets (passwords, generated API keys) are stored in Pulumi's 1Password vault.
|
|
227
|
-
|
|
228
|
-
1. Copy the `pulumi-resource-foo` binary generated by `make provider` and place it in your `$PATH` (`$GOPATH/bin` is a convenient choice), e.g.:
|
|
229
|
-
|
|
230
|
-
```bash
|
|
231
|
-
cp bin/pulumi-resource-foo $GOPATH/bin
|
|
232
|
-
```
|
|
233
|
-
|
|
234
|
-
1. Tell Yarn to use your local copy of the SDK:
|
|
235
|
-
|
|
236
|
-
```bash
|
|
237
|
-
make install_nodejs_sdk
|
|
238
|
-
```
|
|
239
|
-
|
|
240
|
-
1. Create a new Pulumi program in the `examples/` directory, e.g.:
|
|
241
|
-
|
|
242
|
-
```bash
|
|
243
|
-
mkdir examples/my-example/ts # Change "my-example" to something more meaningful.
|
|
244
|
-
cd examples/my-example/ts
|
|
245
|
-
pulumi new typescript
|
|
246
|
-
# (Go through the prompts with the default values)
|
|
247
|
-
npm install
|
|
248
|
-
yarn link @pulumi/foo
|
|
249
|
-
```
|
|
250
|
-
|
|
251
|
-
1. Create a minimal program for the provider, i.e. one that creates the smallest-footprint resource. Place this code in `index.ts`.
|
|
252
|
-
1. Configure any necessary environment variables for authentication, e.g `$FOO_USERNAME`, `$FOO_TOKEN`, in your local environment.
|
|
253
|
-
1. Ensure the program runs successfully via `pulumi up`.
|
|
254
|
-
1. Once the program completes successfully, verify the resource was created in the provider's UI.
|
|
255
|
-
1. Destroy any resources created by the program via `pulumi destroy`.
|
|
256
|
-
|
|
257
|
-
Optionally, you may create additional examples for SDKs in other languages supported by Pulumi:
|
|
258
|
-
|
|
259
|
-
1. Python:
|
|
260
|
-
|
|
261
|
-
```bash
|
|
262
|
-
mkdir examples/my-example/py
|
|
263
|
-
cd examples/my-example/py
|
|
264
|
-
pulumi new python
|
|
265
|
-
# (Go through the prompts with the default values)
|
|
266
|
-
source venv/bin/activate # use the virtual Python env that Pulumi sets up for you
|
|
267
|
-
pip install pulumi_foo
|
|
268
|
-
```
|
|
269
|
-
|
|
270
|
-
1. Follow the steps above to verify the program runs successfully.
|
|
271
|
-
|
|
272
|
-
## Add End-to-end Testing
|
|
273
|
-
|
|
274
|
-
We can run integration tests on our examples using the `*_test.go` files in the `examples/` folder.
|
|
275
|
-
|
|
276
|
-
1. Add code to `examples_nodejs_test.go` to call the example you created, e.g.:
|
|
277
|
-
|
|
278
|
-
```go
|
|
279
|
-
// Swap out MyExample and "my-example" below with the name of your integration test.
|
|
280
|
-
func TestAccMyExampleTs(t *testing.T) {
|
|
281
|
-
test := getJSBaseOptions(t).
|
|
282
|
-
With(integration.ProgramTestOptions{
|
|
283
|
-
Dir: filepath.Join(getCwd(t), "my-example", "ts"),
|
|
284
|
-
})
|
|
285
|
-
integration.ProgramTest(t, &test)
|
|
286
|
-
}
|
|
287
|
-
```
|
|
288
|
-
|
|
289
|
-
1. Add a similar function for each example that you want to run in an integration test. For examples written in other languages, create similar files for `examples_${LANGUAGE}_test.go`.
|
|
290
|
-
|
|
291
|
-
1. You can run these tests locally via Make:
|
|
292
|
-
|
|
293
|
-
```bash
|
|
294
|
-
make test
|
|
295
|
-
```
|
|
296
|
-
|
|
297
|
-
You can also run each test file separately via test tags:
|
|
298
|
-
|
|
299
|
-
```bash
|
|
300
|
-
cd examples && go test -v -tags=nodejs
|
|
301
|
-
```
|
|
302
|
-
|
|
303
|
-
## Configuring CI with GitHub Actions
|
|
304
|
-
|
|
305
|
-
### Third-party providers
|
|
306
|
-
|
|
307
|
-
1. Follow the instructions laid out in the [deployment templates](./deployment-templates/README-DEPLOYMENT.md).
|
|
308
|
-
|
|
309
|
-
### Pulumi Internal
|
|
310
|
-
|
|
311
|
-
In this section, we'll add the necessary configuration to work with GitHub Actions for Pulumi's standard CI/CD workflows for providers.
|
|
312
|
-
|
|
313
|
-
1. Generate GitHub workflows per [the instructions in the ci-mgmt repository](https://github.com/pulumi/ci-mgmt/) and copy to `.github/` in this repository.
|
|
314
|
-
|
|
315
|
-
1. Ensure that any required secrets are present as repository-level [secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets) in GitHub. These will be used by the integration tests during the CI/CD process.
|
|
316
|
-
|
|
317
|
-
1. Repository settings: Toggle `Allow auto-merge` on in your provider repo to automate GitHub Actions workflow updates.
|
|
318
|
-
|
|
319
|
-
## Final Steps
|
|
320
|
-
|
|
321
|
-
1. Ensure all required configurations (API keys, etc.) are documented in README-PROVIDER.md.
|
|
322
|
-
|
|
323
|
-
1. Replace this file with the README for the provider and push your changes:
|
|
324
|
-
|
|
325
|
-
```bash
|
|
326
|
-
mv README-PROVIDER.md README.md
|
|
327
|
-
```
|
|
328
|
-
|
|
329
|
-
1. If publishing the npm package fails during the "Publish SDKs" Action, perform the following steps:
|
|
330
|
-
1. Go to [NPM Packages](https://www.npmjs.com/) and sign in as pulumi-bot.
|
|
331
|
-
1. Click on the bot's profile pic and navigate to "Packages".
|
|
332
|
-
1. On the left, under "Organizations, click on the Pulumi organization.
|
|
333
|
-
1. On the last page of the listed packages, you should see the new package.
|
|
334
|
-
1. Under "Settings", set the Package Status to "public".
|
|
335
|
-
|
|
336
|
-
Now you are ready to use the provider, cut releases, and have some well-deserved :ice_cream:!
|
|
64
|
+
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/confluentcloud/api-docs/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/confluentcloud",
|
|
3
|
-
"version": "v0.
|
|
3
|
+
"version": "v0.1.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Confluent cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc",
|
|
15
|
-
"install": "node scripts/install-pulumi-plugin.js resource confluentcloud v0.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource confluentcloud v0.1.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/confluentcloud",
|
|
3
|
-
"version": "v0.
|
|
3
|
+
"version": "v0.1.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Confluent cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc",
|
|
15
|
-
"install": "node scripts/install-pulumi-plugin.js resource confluentcloud v0.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource confluentcloud v0.1.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|