@pulumi/aws 7.12.0 → 7.13.0-alpha.1764608791
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
[](https://www.npmjs.com/package/@pulumi/aws)
|
|
10
10
|
[](https://pypi.org/project/pulumi-aws)
|
|
11
11
|
[](https://badge.fury.io/nu/pulumi.aws)
|
|
12
|
-
[](https://pkg.go.dev/github.com/pulumi/pulumi-aws/sdk/v7/go)
|
|
13
13
|
[](https://github.com/pulumi/pulumi-aws/blob/master/LICENSE)
|
|
14
14
|
|
|
15
15
|
# Amazon Web Services (AWS) provider
|
|
@@ -47,7 +47,7 @@ To use from Python, install using `pip`:
|
|
|
47
47
|
|
|
48
48
|
To use from Go, use `go get` to grab the latest version of the library
|
|
49
49
|
|
|
50
|
-
$ go get github.com/pulumi/pulumi-aws/sdk/
|
|
50
|
+
$ go get github.com/pulumi/pulumi-aws/sdk/v7
|
|
51
51
|
|
|
52
52
|
### .NET
|
|
53
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.13.0-alpha.1764608791",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "aws",
|
|
27
|
-
"version": "7.
|
|
27
|
+
"version": "7.13.0-alpha.1764608791"
|
|
28
28
|
}
|
|
29
29
|
}
|