@pulumi/aws 7.34.0-alpha.1781631863 → 7.34.0

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.
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  /**
5
5
  * Provides an AWS App Mesh virtual node resource.
6
6
  *
7
- * > **Note:** Because of backward incompatible API changes ([see issue](https://github.com/awslabs/aws-app-mesh-examples/issues/92)), resource definitions created with provider versions earlier than v2.3.0 must be modified: rename the `serviceName` attribute of the `dns` object to `hostname`; replace the `backends` attribute of the `spec` object with one or more `backend` configuration blocks, setting `virtualServiceName` to the name of the service. Existing Terraform state is automatically migrated.
7
+ * > **Note:** Because of backward incompatible API changes ([see issue](https://github.com/awslabs/aws-app-mesh-examples/issues/92)), resource definitions created with provider versions earlier than v2.3.0 must be modified: rename the `serviceName` attribute of the `dns` object to `hostname`; replace the `backends` attribute of the `spec` object with one or more `backend` configuration blocks, setting `virtualServiceName` to the name of the service. Existing Pulumi state is automatically migrated.
8
8
  *
9
9
  * ## Example Usage
10
10
  *
@@ -31,7 +31,7 @@ const utilities = __importStar(require("../utilities"));
31
31
  /**
32
32
  * Provides an AWS App Mesh virtual node resource.
33
33
  *
34
- * > **Note:** Because of backward incompatible API changes ([see issue](https://github.com/awslabs/aws-app-mesh-examples/issues/92)), resource definitions created with provider versions earlier than v2.3.0 must be modified: rename the `serviceName` attribute of the `dns` object to `hostname`; replace the `backends` attribute of the `spec` object with one or more `backend` configuration blocks, setting `virtualServiceName` to the name of the service. Existing Terraform state is automatically migrated.
34
+ * > **Note:** Because of backward incompatible API changes ([see issue](https://github.com/awslabs/aws-app-mesh-examples/issues/92)), resource definitions created with provider versions earlier than v2.3.0 must be modified: rename the `serviceName` attribute of the `dns` object to `hostname`; replace the `backends` attribute of the `spec` object with one or more `backend` configuration blocks, setting `virtualServiceName` to the name of the service. Existing Pulumi state is automatically migrated.
35
35
  *
36
36
  * ## Example Usage
37
37
  *
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  /**
5
5
  * Provides an AWS App Mesh virtual router resource.
6
6
  *
7
- * > **Note:** Because of backward incompatible API changes ([see issue](https://github.com/awslabs/aws-app-mesh-examples/issues/92), [and here](https://github.com/awslabs/aws-app-mesh-examples/issues/94)), resource definitions created with provider versions earlier than v2.3.0 must be modified: remove `serviceNames` from the `spec` argument (AWS created `aws.appmesh.VirtualService` resources for each — import them with `pulumi import`); add a `listener` configuration block to the `spec` argument. Existing Terraform state is automatically migrated.
7
+ * > **Note:** Because of backward incompatible API changes ([see issue](https://github.com/awslabs/aws-app-mesh-examples/issues/92), [and here](https://github.com/awslabs/aws-app-mesh-examples/issues/94)), resource definitions created with provider versions earlier than v2.3.0 must be modified: remove `serviceNames` from the `spec` argument (AWS created `aws.appmesh.VirtualService` resources for each — import them with `pulumi import`); add a `listener` configuration block to the `spec` argument. Existing Pulumi state is automatically migrated.
8
8
  *
9
9
  * ## Example Usage
10
10
  *
@@ -31,7 +31,7 @@ const utilities = __importStar(require("../utilities"));
31
31
  /**
32
32
  * Provides an AWS App Mesh virtual router resource.
33
33
  *
34
- * > **Note:** Because of backward incompatible API changes ([see issue](https://github.com/awslabs/aws-app-mesh-examples/issues/92), [and here](https://github.com/awslabs/aws-app-mesh-examples/issues/94)), resource definitions created with provider versions earlier than v2.3.0 must be modified: remove `serviceNames` from the `spec` argument (AWS created `aws.appmesh.VirtualService` resources for each — import them with `pulumi import`); add a `listener` configuration block to the `spec` argument. Existing Terraform state is automatically migrated.
34
+ * > **Note:** Because of backward incompatible API changes ([see issue](https://github.com/awslabs/aws-app-mesh-examples/issues/92), [and here](https://github.com/awslabs/aws-app-mesh-examples/issues/94)), resource definitions created with provider versions earlier than v2.3.0 must be modified: remove `serviceNames` from the `spec` argument (AWS created `aws.appmesh.VirtualService` resources for each — import them with `pulumi import`); add a `listener` configuration block to the `spec` argument. Existing Pulumi state is automatically migrated.
35
35
  *
36
36
  * ## Example Usage
37
37
  *
@@ -41,7 +41,7 @@ import * as pulumi from "@pulumi/pulumi";
41
41
  *
42
42
  * Note that the AWS API may translate the `s3CanonicalUserId` `CanonicalUser`
43
43
  * principal into an `AWS` IAM ARN principal when supplied in an
44
- * `aws.s3.Bucket` bucket policy, causing spurious diffs in Terraform. If
44
+ * `aws.s3.Bucket` bucket policy, causing spurious diffs in Pulumi. If
45
45
  * you see this behavior, use the `iamArn` instead:
46
46
  *
47
47
  * ```typescript
@@ -70,7 +70,7 @@ const utilities = __importStar(require("../utilities"));
70
70
  *
71
71
  * Note that the AWS API may translate the `s3CanonicalUserId` `CanonicalUser`
72
72
  * principal into an `AWS` IAM ARN principal when supplied in an
73
- * `aws.s3.Bucket` bucket policy, causing spurious diffs in Terraform. If
73
+ * `aws.s3.Bucket` bucket policy, causing spurious diffs in Pulumi. If
74
74
  * you see this behavior, use the `iamArn` instead:
75
75
  *
76
76
  * ```typescript
@@ -3,7 +3,7 @@ import * as pulumi from "@pulumi/pulumi";
3
3
  * Provides a resource for managing the main routing table of a VPC.
4
4
  *
5
5
  * > **NOTE:** **Do not** use both `aws.ec2.DefaultRouteTable` to manage a default route table **and** `aws.ec2.MainRouteTableAssociation` with the same VPC due to possible route conflicts. See aws.ec2.DefaultRouteTable documentation for more details.
6
- * For more information, see the Amazon VPC User Guide on [Route Tables](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html#Route_Replacing_Main_Table). For information about managing normal route tables in Terraform, see `aws.ec2.RouteTable`.
6
+ * For more information, see the Amazon VPC User Guide on [Route Tables](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html#Route_Replacing_Main_Table). For information about managing normal route tables in Pulumi, see `aws.ec2.RouteTable`.
7
7
  *
8
8
  * ## Example Usage
9
9
  *
@@ -32,7 +32,7 @@ const utilities = __importStar(require("../utilities"));
32
32
  * Provides a resource for managing the main routing table of a VPC.
33
33
  *
34
34
  * > **NOTE:** **Do not** use both `aws.ec2.DefaultRouteTable` to manage a default route table **and** `aws.ec2.MainRouteTableAssociation` with the same VPC due to possible route conflicts. See aws.ec2.DefaultRouteTable documentation for more details.
35
- * For more information, see the Amazon VPC User Guide on [Route Tables](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html#Route_Replacing_Main_Table). For information about managing normal route tables in Terraform, see `aws.ec2.RouteTable`.
35
+ * For more information, see the Amazon VPC User Guide on [Route Tables](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html#Route_Replacing_Main_Table). For information about managing normal route tables in Pulumi, see `aws.ec2.RouteTable`.
36
36
  *
37
37
  * ## Example Usage
38
38
  *
@@ -55,7 +55,7 @@ import * as pulumi from "@pulumi/pulumi";
55
55
  * Some properties of an IAM Server Certificates cannot be updated while they are
56
56
  * in use. In order for the provider to effectively manage a Certificate in this situation, it is
57
57
  * recommended you utilize the `namePrefix` attribute and enable the
58
- * `createBeforeDestroy` lifecycle block. This will allow Terraform
58
+ * `createBeforeDestroy` lifecycle block. This will allow Pulumi
59
59
  * to create a new, updated `aws.iam.ServerCertificate` resource and replace it in
60
60
  * dependant resources before attempting to destroy the old version.
61
61
  *
@@ -84,7 +84,7 @@ const utilities = __importStar(require("../utilities"));
84
84
  * Some properties of an IAM Server Certificates cannot be updated while they are
85
85
  * in use. In order for the provider to effectively manage a Certificate in this situation, it is
86
86
  * recommended you utilize the `namePrefix` attribute and enable the
87
- * `createBeforeDestroy` lifecycle block. This will allow Terraform
87
+ * `createBeforeDestroy` lifecycle block. This will allow Pulumi
88
88
  * to create a new, updated `aws.iam.ServerCertificate` resource and replace it in
89
89
  * dependant resources before attempting to destroy the old version.
90
90
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "7.34.0-alpha.1781631863",
3
+ "version": "7.34.0",
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.34.0-alpha.1781631863"
27
+ "version": "7.34.0"
28
28
  }
29
29
  }
@@ -4,7 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
4
4
  *
5
5
  * Database Activity Streams have some limits and requirements, refer to the [Monitoring Amazon Aurora using Database Activity Streams](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html) documentation for detailed limitations and requirements.
6
6
  *
7
- * > **Note:** This resource always calls the RDS [`StartActivityStream`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_StartActivityStream.html) API with the `ApplyImmediately` parameter set to `true`. This is because the Terraform needs the activity stream to be started in order for it to get the associated attributes.
7
+ * > **Note:** This resource always calls the RDS [`StartActivityStream`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_StartActivityStream.html) API with the `ApplyImmediately` parameter set to `true`. This is because the provider needs the activity stream to be started in order for it to get the associated attributes.
8
8
  *
9
9
  * > **Note:** This resource depends on having at least one `aws.rds.ClusterInstance` created. To avoid race conditions when all resources are being created together, add an explicit resource reference using the resource `dependsOn` meta-argument.
10
10
  *
@@ -33,7 +33,7 @@ const utilities = __importStar(require("../utilities"));
33
33
  *
34
34
  * Database Activity Streams have some limits and requirements, refer to the [Monitoring Amazon Aurora using Database Activity Streams](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html) documentation for detailed limitations and requirements.
35
35
  *
36
- * > **Note:** This resource always calls the RDS [`StartActivityStream`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_StartActivityStream.html) API with the `ApplyImmediately` parameter set to `true`. This is because the Terraform needs the activity stream to be started in order for it to get the associated attributes.
36
+ * > **Note:** This resource always calls the RDS [`StartActivityStream`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_StartActivityStream.html) API with the `ApplyImmediately` parameter set to `true`. This is because the provider needs the activity stream to be started in order for it to get the associated attributes.
37
37
  *
38
38
  * > **Note:** This resource depends on having at least one `aws.rds.ClusterInstance` created. To avoid race conditions when all resources are being created together, add an explicit resource reference using the resource `dependsOn` meta-argument.
39
39
  *