Asfand Qazi

Results 4 comments of Asfand Qazi

Hello, I am having the same problem. All you have to do is define a validation in a model, and try to save an instance of that model while failing...

If the fix could kindly be back-ported to the 2-0-stable branch, my team and I would be most grateful.

Presigned URLs absolutely require custom metadata to be attached, or else how can one trigger a job off an S3 upload, and keep track of it without attaching a UUID...

Try this: main.tf: ``` variable "foo" {} ``` terragrunt.hcl; ``` terraform { extra_arguments "common_vars" { commands = get_terraform_commands_that_need_vars() arguments = [ "-var", "foo=bar" ] } ``` Run these commands: ```...