@pulumi/aws 7.12.0-alpha.1763660660 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  [![NPM version](https://badge.fury.io/js/%40pulumi%2Faws.svg)](https://www.npmjs.com/package/@pulumi/aws)
10
10
  [![Python version](https://badge.fury.io/py/pulumi-aws.svg)](https://pypi.org/project/pulumi-aws)
11
11
  [![NuGet version](https://badge.fury.io/nu/pulumi.aws.svg)](https://badge.fury.io/nu/pulumi.aws)
12
- [![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-aws/sdk/v6/go)](https://pkg.go.dev/github.com/pulumi/pulumi-aws/sdk/v6/go)
12
+ [![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-aws/sdk/v7/go)](https://pkg.go.dev/github.com/pulumi/pulumi-aws/sdk/v7/go)
13
13
  [![License](https://img.shields.io/github/license/pulumi/pulumi-aws)](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/v6
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.12.0-alpha.1763660660",
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.12.0-alpha.1763660660"
27
+ "version": "7.13.0-alpha.1764608791"
28
28
  }
29
29
  }