Dirk Avery
Dirk Avery
## Related Issues Analysis This issue appears to be part of a broader pattern of SSM document API reliability problems. A comprehensive fix might be able to address multiple related...
@tkasuz Thank you for your work on this! Please see [this issue](https://github.com/hashicorp/terraform-provider-aws/issues/42409#issuecomment-3493485607) for more details on our current direction.
Related #29991 Confusingly, the error you're seeing actually comes from Method, which, starting with #29991, began updating Integration.
This equates to the following changes: - [x] From `aws_launch_template` data source, remove `elastic_gpu_specifications` - [x] From `aws_launch_template` resource, remove `elastic_gpu_specifications`
This equates to the following changes: - [x] From `aws_ecs_task_definition ` resource, remove `inference_accelerator` - [x] From `aws_ecs_task_definition ` data source, remove `inference_accelerator` - [x] From `aws_ecs_task_execution` data source, remove...
To sum up a discussion on this in #14778 For an S3 import, AWS requires the use of the latest minor version (e.g., for MySQL, `5.6.44` rather than `5.6.35`). The...
@FarhatMaher Thank you for your contribution!
Thanks for opening this @gingersnapz! Good news - the provider already supports `DECLARATIVE_POLICY_EC2` as a policy type. We'll take a look at #40544 and test that everything works as expected...