You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if i invoke same module from terratest using terraform.TgApplyAll(t, terraformOptions) function then i am getting below error same error as of #1
So In terratest please let me know how can i run terragrunt apply-all --terragrunt-non-interactive --terragrunt-include-external-dependencies because terraform.TgApplyAll(t, terraformOptions) is not solving the problem
Are there any way/option/modifications do i need to do in terraform.TgApplyAll(t, terraformOptions) function to pass --terragrunt-include-external-dependencies ??