Tom Elliff-O'Shea

Results 12 issues of Tom Elliff-O'Shea

### Current Terraform Version ``` 0.13.5 ``` ### Proposal Terraform currently requires the usage of a DynamoDB table for state file locking due to consistency requirements that have previously been...

enhancement
backend/s3

Slightly confused by what's happening here but we have a Docker image that was built with node:10-alpine and when this was rebuilt with Alpine 3.10 instead of 3.9 after this...

alpine

I've spent a chunk of time trying to chase down an issue we're seeing on some of our AWS ECS hosts where healthchecks were spuriously failing and causing containers to...

I don't see a good way to reset a user's password in the admin panel or see anything in the code base at a glance to do so. Obviously this...

I'd like to be able to send the details of an alert entirely in the top level `text` field (so not the one nested under `attachements[0]`) to Slack without having...

component/notify

I was confused by the behaviour of the following: ```json { "locations": [ {"name": "Seattle", "state": "WA"}, {"name": "New York", "state": "NY"}, {"name": "Bellevue", "state": "WA"}, {"name": "Olympia", "state": "WA"}...

We have multiple endpoints across the world and we recently rolled out an upgrade from 11.0.1 to 11.0.3 on one of them. After this upgrade our Linux users using this...

**Describe the bug** I'm unsure if this is a bug or an intentional design decision (and so wanting of a feature request to change the behaviour instead) but I thought...

lifecycle/rotten

I have a client talking to a WAMP Basic Profile server (ran by a third party). This doesn't support call cancellation so I think a call made like this: ```python...

wamp
bug
needs-discussion

The [`aws_security_group_rule`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule.html),[ `aws_route`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route), [`aws_iam_role_policy_attachment`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) can all lead to drift that Terraform is unable to correct because they don't allow for exclusively managing the containing resource (security group, route table, IAM...

enhancement