@pulumi/ise 0.1.0 → 0.2.0-alpha.1715166376
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 +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Cisco ISE Resource Provider
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A Pulumi package for managing resources on a [Cisco ISE](https://www.pulumi.com/registry/packages/ise/) (Identity Service Engine) instance.
|
|
4
4
|
|
|
5
5
|
## Installing
|
|
6
6
|
|
|
@@ -25,7 +25,7 @@ yarn add @pulumi/ise
|
|
|
25
25
|
To use from Python, install using `pip`:
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
pip install
|
|
28
|
+
pip install pulumi_ise
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
### Go
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/ise",
|
|
3
|
-
"version": "v0.
|
|
3
|
+
"version": "v0.2.0-alpha.1715166376+51276ac",
|
|
4
4
|
"description": "A Pulumi package for managing resources on a Cisco ISE (Identity Service Engine) instance.. Based on terraform-provider-ise: version v0.2.1",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|