Tim Leguijt
Tim Leguijt
+1 on this one. Is there a solution known already? I'm sure that this is not the intended behaviour. Why bother settings the refresh token delta in that case.. I...
Are there any plans on supporting this and/or is any help needed? Supporting select_related and prefetch_related would greatly improve the performance of some of our code that uses polymorphic models.
Good idea! I think it makes for cleaner code and makes the actual intended configuration more readable. Can't think of any downsides
I suppose when loading in a module (described in https://github.com/hashicorp/terraform-cdk/blob/master/docs/working-with-cdk-for-terraform/using-providers-and-modules.md#using-modules) it can be an old-fashioned Terraform configuration. Need to do a small PoC around that
Hi @boro2g what happens if you replace the backslashes with forward slashes? **Update** Could you try the version in the `feature/windows-support` branch?
Can be solved with the correct syntax (in some cases). If secrets are loaded in via a SOPS encrypted file, or via Secret Manager, we can expose them with `${secret.
Proposal for variable syntax: `${...}` We could have 4 flavours for now; - `env.` environment variables - `var.` JSON/YAML file (with or without SOPS - can be auto-detected) - `component..`...
At the moment, MACH uses the `terraform` subdir to load the component as Terraform module. We can extend this further by being able to supply the following directories that MACH...
I think instead of a setting we could make this a sane default? And the same could be implemented for Azure so instead of only implementing this for AWS, shall...
We manage the frontdoor domains ourselves, so with this setting in mind we can choose to create / not to create the default Azure endpoint. So in the end; you'll...