patrykk
patrykk
Terragrunt version: 0.38.4 When I reference Terraform source to path which exists but there are not any TF files - Terragrunt will run the script saying: "No changes. Your infrastructure...
Hi. Is there a way to include filter term value in alert? I use flatline rule. ```type: flatline threshold: 1 timeframe: seconds: 60 index: metricbeat-* filter: - bool: filter: -...
I checked documentation but cannot find answer. Is it possible to pass conditional dependency? ``` dependency "eks" { config_path = "${dirname(find_in_parent_folders("env.hcl"))}/eks" mock_outputs = { cluster_arn = "temporary-cluster-arn" cluster_id = "temporary-cluster-id"...
Hi. I try to pass multiline to lwrp-prospector.yml which looks like this: multiline_pattern: '^[0-9]{4}-[0-9]{2}-[0-9]{2}' Instead I am getting in lwrp-prospector.yml: multiline_pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}" How can I get multiline_pattern: '^[0-9]{4}-[0-9]{2}-[0-9]{2}' to be...