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
// Since file was generated by terragrunt, continue.
205
-
l.Debugf("The file path %s already exists, but was a previously generated file by terragrunt. Since if_exists for code generation is set to \"overwrite_terragrunt\", regenerating file.", path)
207
+
l.Debugf("The file path %s already exists, but was a previously generated"+
208
+
" file by terragrunt. Since if_exists for code generation is set to"+
// Since file was generated by terragrunt, removing.
240
-
l.Debugf("The file path %s already exists, but was a previously generated file by terragrunt. Since if_disabled for code generation is set to \"remove_terragrunt\", removing file.", path)
250
+
l.Debugf("The file path %s already exists, but was a previously generated"+
251
+
" file by terragrunt. Since if_disabled for code generation is set"+
252
+
" to \"remove_terragrunt\", removing file.", path)
241
253
242
254
returntrue, nil
243
255
default:
@@ -271,8 +283,14 @@ const (
271
283
backendBlock="backend"
272
284
)
273
285
274
-
// RemoteStateConfigToTerraformCode converts the arbitrary map that represents a remote state config into HCL code to configure that remote state.
// GenerateConfigDisabledFromString converts a string representation of if_disabled into the enum, returning an error if it is not set to one of the known values.
624
+
// GenerateConfigDisabledFromString converts a string representation of
625
+
// if_disabled into the enum, returning an error if it is not set to one
0 commit comments