magodo
magodo
Unfortunately, the environment variable `TF_WORKSPACE` somehow is forcely reset by the `terraform-exec` library: https://github.com/hashicorp/terraform-exec/pull/75. There are also several upstream issues asking for that feature: - https://github.com/hashicorp/terraform-exec/issues/247 - https://github.com/hashicorp/terraform-exec/issues/341
@james-ault-nnl Looks like a duplication of #380, please check out the discussion in that thread, which includes how to verify your permission, and provided a possible solution.
:wave: Since we've not heard back here I'm going to close this issue for the moment. Feel free to reopen if still have questions.
Try use the `--append` option.
:wave: Since we've not heard back here I'm going to close this issue for the moment. Feel free to reopen if still have questions.
@jasperstone Which `aztfexport` version you were using? The `--env` option is not yet released in v0.11.0, while you can install it from source by: `go install github.com/Azure/aztfexport@main`. Alternatively, you can...
@jasperstone The presence of the section "cloud-environment" in the README indicates it is available in `main` branch, not necessarily mean it is available in the latest release. Regarding your observation,...
Fixed by #546
:wave: Since we've not heard back here I'm going to close this issue for the moment. Feel free to reopen if still have questions.
@bhupal6011 By googling, this indicates lack of resources on your system (e.g RAM). You can make the footprint of `aztfexport` lower by specifying a lower number for `--parallelism` (defaults to...