Mathieu Cloutier

Results 10 issues of Mathieu Cloutier

*Issue #2056, #1884:* Added a way to register an error handler for `http` events. More info in #2056. By submitting this pull request, I confirm that my contribution is made...

I first put my proposal in response to #1884. But in an effort to make sure the work I do is in a desired direction, I am copying my comments...

#### Terraform Cloud/Enterprise version tfe v0.49.0 #### Terraform version ```plaintext Terraform v1.3.4 ``` #### Terraform Configuration Files ```terraform terraform { required_version = "1.3.4" backend "remote" { hostname = "app.terraform.io" organization...

bug

# Motivation Using `tflocal` as part of a docker-compose configuration requires to use path style for s3 bucket. While the provider configuration is enabling path style for buckets created by...

## Motivation Implementation of a new api key validation handler. There is a mix of moto helpers in the implementation as not all relevant information live in the deployment. ####...

aws:apigateway
semver: patch

- given early feedback from customer, providing the aws credentials was confusing. I clearly separated the 2 methods, `aws-cli v2` vs other. And removed the "eval" callout as it just...

# Motivation As we are approaching release v4, we are trying to run all pipelines against the `latest` image. I that noticed in the action we were not installing the...

## Motivation This fixture was moved upstream as the underlying resources can't be deployed in the community version of LocalStack ## Changes - Delete `appsync_create_api` fixture

semver: patch
review: merge when ready

## Motivation This pr fixes an issue where attempting to list tags for a parameter that starts with a `/` would fail if the parameter was not created with the...

aws:ssm
semver: patch

### SDK version ``` N/A ``` ### Use-cases When using a provider with an alternative underlying API, it would be useful to to control certain variables of the `StateChangeConf`. For...

enhancement