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
The terragrunt version included in terragrunt-atlantis-config currently does not support the use of copy_terraform_lock_file feature in the terraform block since this feature was introduced in version 0.67.11 and the current version is using v0.54.1.
To Reproduce
1 .- Include the flag "copy_terraform_lock_file = false" in a terraform block in a terragrunt.hcl file
2.- Run Atlantis plan
Expected behavior
No error.
Actual behavior
Terragrunt atlantis config fails due to An argument named "copy_terraform_lock_file" is not expected here
The text was updated successfully, but these errors were encountered:
Bug report
The terragrunt version included in terragrunt-atlantis-config currently does not support the use of copy_terraform_lock_file feature in the terraform block since this feature was introduced in version 0.67.11 and the current version is using v0.54.1.
To Reproduce
1 .- Include the flag "copy_terraform_lock_file = false" in a terraform block in a terragrunt.hcl file
2.- Run Atlantis plan
Expected behavior
No error.
Actual behavior
The text was updated successfully, but these errors were encountered: