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
It's not quite clear why this is specific to Terragrunt, but it is triggering this bug in Terraform hashicorp/terraform#27771 when used in combination with Azure remote state backend.
Unless there is a specific reason to disable state locking when using terragrunt binary, I suggest leaving this options in control of the end users via terraform.Options
If the above makes sense, I can create a small PR to fix this issue.
The text was updated successfully, but these errors were encountered:
We are using
terragrunt
together with Terratest for integration testing and ran into an issue where this functionterratest/modules/terraform/apply.go
Line 58 in 88ba3f0
-lock=false
It's not quite clear why this is specific to Terragrunt, but it is triggering this bug in Terraform hashicorp/terraform#27771 when used in combination with Azure remote state backend.
Unless there is a specific reason to disable state locking when using
terragrunt
binary, I suggest leaving this options in control of the end users viaterraform.Options
If the above makes sense, I can create a small PR to fix this issue.
The text was updated successfully, but these errors were encountered: