aws-samples/aws2tf

cloudwatch: Found Error: Error: Missing source file for snapshot exiting

Closed this issue · 4 comments

i got an error on cloudwatch while running aws2tf

aws_cloudwatch_log_group <redacted> tf files
Found Error: Error: Missing source file for snapshot exiting ....

I think this one is caused by a race condition when doing parallel imports.
Committed a change that turns down the number of parallel imports that are allowed.
It might help avoid this error

You can also rerun with ./aws2tf.sh -c yes - to jump over tf files already imported

i am using -c yes

are you still seeing the error ?

no. cloudwatch files were generated a few days ago
thank you