@pulumi/awsx 2.18.0 → 2.18.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/ec2/vpc.d.ts CHANGED
@@ -172,7 +172,7 @@ export interface VpcArgs {
172
172
  */
173
173
  numberOfAvailabilityZones?: number;
174
174
  /**
175
- * A list of subnet specs that should be deployed to each AZ specified in availabilityZoneNames. Optional. Defaults to a (smaller) public subnet and a (larger) private subnet based on the size of the CIDR block for the VPC. Private subnets are allocated CIDR block ranges first, followed by Private subnets, and Isolated subnets are allocated last.
175
+ * A list of subnet specs that should be deployed to each AZ specified in availabilityZoneNames. Optional. Defaults to a (smaller) public subnet and a (larger) private subnet based on the size of the CIDR block for the VPC. Private subnets are allocated CIDR block ranges first, followed by Public subnets, and Isolated subnets are allocated last.
176
176
  */
177
177
  subnetSpecs?: inputs.ec2.SubnetSpecArgs[];
178
178
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/awsx",
3
- "version": "2.18.0",
3
+ "version": "2.18.1",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -13,7 +13,7 @@
13
13
  "license": "Apache-2.0",
14
14
  "scripts": {
15
15
  "build": "tsc",
16
- "install": "node scripts/install-pulumi-plugin.js resource awsx 2.18.0"
16
+ "install": "node scripts/install-pulumi-plugin.js resource awsx 2.18.1"
17
17
  },
18
18
  "dependencies": {
19
19
  "@aws-sdk/client-ecs": "^3.405.0",
@@ -32,6 +32,6 @@
32
32
  "pulumi": {
33
33
  "resource": true,
34
34
  "name": "awsx",
35
- "version": "2.18.0"
35
+ "version": "2.18.1"
36
36
  }
37
37
  }
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/awsx",
3
- "version": "2.18.0",
3
+ "version": "2.18.1",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -31,6 +31,6 @@
31
31
  "pulumi": {
32
32
  "resource": true,
33
33
  "name": "awsx",
34
- "version": "2.18.0"
34
+ "version": "2.18.1"
35
35
  }
36
36
  }