Chris Doyle

Results 19 comments of Chris Doyle

Can confirm this is still an issue in hashicorp/aws v4.55.0. The issue is not triggered by only changes in client properties. I have encountered this issue when changing for example...

Followed the steps to reproduce this. Running an interactive shell in the container and editing the `info.py` to give output of the extension its processing it seems that `chaostoolkit-addons` doesnt...

This same question was asked in [chaostoolkit-aws (issue 146)](https://github.com/chaostoolkit-incubator/chaostoolkit-aws/issues/146). I have added a comment that explains this behaviour and what the user needs to do to remediate it but I...

Technically this issue actually belongs on [ctk-reporting](https://github.com/chaostoolkit/chaostoolkit-reporting). How have you installed the reporting extension and have you set up the underlying required libraries which python cannot pull in? These are...

@Lawouach Sorry for the late reply on this one. I have pulled the latest from ctk-lib and have updated to fix the linter and change log.

I guess the main crux of this is that the [configuration loader](https://github.com/chaostoolkit/chaostoolkit-lib/blob/master/chaoslib/configuration.py#L69) currently is designed to iterate over items in the configuration and updated them with the value from the...

Can you show your terraform code. The error suggests your passing an invalid value that doesn't match the validation https://github.com/auth0/terraform-provider-auth0/blob/94db0ace0023400c00bf4fc4178a93df88e2c728/internal/auth0/action/resource.go#L88

Yeah I see what you mean, I have just tested creating an action via the API using `node18-actions` as the run time and the API created it with no issue....

This post from a auth0 employee suggests terraform should support it. https://community.auth0.com/t/trying-to-create-or-update-actions-to-runtime-node-18-recommended/116844 If I get the chance tonight I will raise a PR to add it to the enumeration validation...

Ok no need for a PR, it seems the provider is silently changing this before invoking the API. When creating the actions resource before invoking the API it will call...