Graham Davison

Results 45 comments of Graham Davison

Hi @mbamber. We're doing some thinking on how we currently handle retries right now. We'll add this to what we're considering

Hi @bondsbw, is this still an issue? We're currently on the AWS SDK for Go v1.31.9, so we should have picked up the change you referenced above.

I've confirmed that this same error occurs when updating a `TypeSet` with `TypeString` elements, so it likely affects `TypeSet` in general. We're encountering the error when updating an `aws_elasticache_replication_group` (hashicorp/terraform-provider-aws#17161)....

As pointed out in https://github.com/hashicorp/terraform-provider-aws/issues/17161#issuecomment-762942937, this needs a `CustomizeDiff` function with a call to `diff.SetNewComputed()`

My specific use case is to use the URL as a tag on some AWS resources. Essentially, "these resources are managed using this TFC workspace". Right now, I'm composing the...

I think we should leave #247, i.e., the ability to specify user-agent components at the provider level. The two features serve slightly different purposes. At the provider level, it means...

Hi @sarasensible, thanks for this suggestion. Would S3 Cross-Region Replication (CRR) (https://docs.aws.amazon.com/AmazonS3/latest/userguide//replication.html) work for your use case? It looks like MRAP makes use of both CRR and AWS Global Accelerator...

> @gdavison, looking at [226cd4f](https://github.com/hashicorp/terraform-provider-aws/commit/226cd4f55e572f733d8790484d8d79ba72c4ba92), was there any specific reason to remove this? When I was looking at the code for the Create operation, it looked like a redundant setting,...

Hello everyone. I cannot reproduce the error described here. Are you still seeing the error on recent versions of the provider? If so, which version(s)?