dudicoco

Results 188 comments of dudicoco

@rhuanbarreto you could add a tag to the deploy tasks: ```yaml tags: - deploy ``` However, I wouldn't recommend the flow that you are going for, I recommend building, testing...

@HeavyWombat perhaps you could add another layer of diff detection on top such as Git Delta to detect changed words/lines?

I was able to achieve this by using the following workaround: 1. Run workflow-controller and argo-server without the `--namespaced` flag 2. Create a cluster role for workflow-controller with read only...

@tachyus-ryan we are no longer using argo-workflows after our initial POC so I don't really remember the entire configuration. However, if you post your yaml manifests here perhaps I could...

@vikas027 @kromol why are you using data resource with terragrunt? The correct way would be to have an input parameter such as `vpc_id` and use the terragrunt dependency block to...

@yorinasub17 I wonder if Terraform 0.13 solves this issue? According to the change log here https://github.com/hashicorp/terraform/releases/tag/v0.13.0: `The terraform plan and terraform apply commands will now detect and report changes to...

@yorinasub17 what do you think about making terragrunt pull the outputs during `plan-all` from the dependency's plan outputs if these show changes? Otherwise pull them from the state file as...

@yorinasub17 brikis98 what are your thoughts on this suggestion?

@yorinasub17 can't we just use the value from `mock_outputs` whenever a change is detected on the depndency block's outputs?