Aaron George
Aaron George
* #5 * Question: Is there some way of consolidating the special chars with no spaces and one without? * If a query cannot be passed all the special characters...
**What is the problem you're trying to solve** Add support for new buildkit arguments for docker-compose (e.g. SSH and secret mounts) **Describe the solution you'd like** **Additional context**s https://github.com/compose-spec/compose-spec/pull/145
Use case: We were trying to configure a set of pipelines that are sometimes working in the top level of the code base and sometimes not. We are using `set_pipeline`...
Title says it all really, ARM is becoming fairly popular now.
Relates to #11600 and copies the existing logic for pod role discovery
### What did you do? Notes before reading: 1. I've not been able to replicate this issue reliably as I think it might be a race condition of some kind....
COMPONENT: Add support for optional objects in variable definitions with non-trivial default values
### Description I'd like to be able to define a variable like this in cdktf, where `a` is optional but `b` is not. ``` variable "complex" { type = object({...