Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Jun 16, 2024
1 parent 204afc9 commit 03ddee2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/neptune/workflows/activities/terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ func (t *terraformActivities) addTerraformEnvs(envs map[string]string, path stri
envs[AtlantisTerraformVersion] = tfVersion.String()
envs[Dir] = path
envs[TFPluginCacheDir] = t.CacheDir
// This is
// This is not a long-term fix. Eventually the underlying functionality in terraform will be changed.
// See https://developer.hashicorp.com/terraform/cli/config/config-file#allowing-the-provider-plugin-cache-to-break-the-dependency-lock-file
// and https://github.com/hashicorp/terraform/issues/32205 for discussions and context.
envs[PluginCacheMayBreakDependencyLockFile] = "true"
}

0 comments on commit 03ddee2

Please sign in to comment.