@pulumiverse/buildkite 2.0.0 → 2.1.1
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
[](https://pypi.org/project/pulumiverse-buildkite/)
|
|
8
8
|
[](https://www.nuget.org/packages/Pulumiverse.Buildkite/)
|
|
9
9
|
[](https://www.nuget.org/packages/Pulumiverse.Buildkite/)
|
|
10
|
-
[](https://www.npmjs.com/package/@pulumiverse/buildkite)
|
|
11
|
+
[](https://www.npmjs.com/package/@pulumiverse/buildkite)
|
|
12
12
|
[](#contributors)
|
|
13
13
|
|
|
14
14
|
The Buildkite Resource Provider lets you manage [Buildkite](http://buildkite.com) resources.
|
|
@@ -82,7 +82,7 @@ const vm = new buildkite.agent.AgentToken(
|
|
|
82
82
|
|
|
83
83
|
## Reference
|
|
84
84
|
|
|
85
|
-
For detailed reference documentation, please visit the upstream Terraform provider's documentation at: https://registry.terraform.io/providers/buildkite/buildkite/latest
|
|
85
|
+
For detailed reference documentation, please visit the upstream Terraform provider's documentation at: https://registry.terraform.io/providers/buildkite/buildkite/latest
|
|
86
86
|
|
|
87
87
|
## Contributors
|
|
88
88
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumiverse/buildkite",
|
|
3
|
-
"version": "v2.
|
|
3
|
+
"version": "v2.1.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Buildkite resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource buildkite v2.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource buildkite v2.1.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|