Yannik Beaulieu
Yannik Beaulieu
Are [Pipelines-in-Pipelines](https://github.com/tektoncd/experimental/tree/main/pipelines-in-pipelines) supported? I've installed the PiP controller and regular runs made directly in Tekton work properly. However, trying to run with Pipelines as Code makes PaC think the sub-pipeline...
This also enables the container to run as a Kubernetes pod sidecar without creating a crash loop.
### Terraform Version ```shell Terraform v1.9.5 on windows_amd64 + provider registry.terraform.io/hashicorp/random v3.6.2 ``` ### Terraform Configuration Files ```terraform terraform { backend "kubernetes" { config_path="~/.kube/config" namespace="terraform-tests" secret_suffix="test-01" } } resource "random_string"...
### Description Attempting to change a user's password results in this error: ``` ╷ │ Error: Provider produced inconsistent result after apply │ │ When applying changes to minio_iam_user.test, provider...