Jared Baker

Results 10 issues of Jared Baker

### Description `aws_auditmanager_control` will allow practitioners to manage custom controls. ### Relations Relates #17981 ### Output from Acceptance Testing ```console $ make testacc PKG=auditmanager TESTS=TestAccAuditManagerControl_ ==> Checking that code complies...

documentation
size/XL
tests
provider
service/auditmanager
tags
client-connections
flex
generators

### Description We have several [`RetryWhenAWSErr*` helpers](https://github.com/hashicorp/terraform-provider-aws/blob/35e0dc97ed3b91d36941cb33686f31194839b8d7/internal/tfresource/retry.go#L54-L74) which accept AWS SDK V1 style error codes and messages. With AWS SDK V2 the [recommended pattern](https://aws.github.io/aws-sdk-go-v2/docs/migrating/#errors-types) is use of `errors.As`: ```go if...

enhancement

### Description Changes to the `snapshot_identifier` attribute of the `aws_rds_cluster`, `aws_docdb_cluster`, and `aws_neptune_cluster` resources will now trigger a replacement. Previously, changing this attribute would result in a successful apply, but...

documentation
size/S
service/rds
service/neptune
service/docdb

### Description This data source will allow practitioners to list existing Redshift data shares in a given region. ### Relations Closes #35915 ### References - https://docs.aws.amazon.com/redshift/latest/APIReference/API_DescribeDataShares.html ### Output from Acceptance...

documentation
new-data-source
size/L
tests
service/redshift
generators
prioritized

### Description Lists all data shares for a given producer. This data source could also be paired with existing Redshift acceptance tests that require a data share ARN as input....

new-data-source
service/redshift

### Description This data source would list all Redshift data shares. ### Requested Resource(s) and/or Data Source(s) - `aws_redshift_data_shares` ### Potential Terraform Configuration ```terraform data "aws_redshift_data_shares" "example" {} ``` ###...

new-data-source
service/redshift

In Terraform 1.8 the `use_legacy_workflow` argument will be removed to encourage consistency with the AWS SDKs. The backend will now search for credentials in the same order as the default...

A `MapValue`, `ListValue`, or `SetValue` with a nil `elementType` is an invalid state, and therefore cannot verify equality with another value. These changes to the `Equal` method now returns `false`...

bug

### Module version ``` v1.6.1 ``` ### Expected Behavior `Equal` handles a nil `elementType`. I'm not sure if the receiver having a nil type should always return `false`, or if...

bug

### Description Engine lifecycle support can now be configured for RDS DB instances, DB clusters, and global clusters. The corresponding RDS resources should add an `engine_lifecycle_support` argument. This field defaults...

enhancement
service/rds