I've tried to use your project to set up the environment for my sagemaker project.
Firstly i had the issue that the vpc_config in the aws_sagemaker_model resource was duplicated and therefor the example didnt work out the way it should.
I've fixed that by removing those duplicates but afterwords it wasn't working either.
The issue appeared when i launched the final terraform apply.
First it seemed to work normally. The plan function ran successfully and when i was applying the plan it ran normally. After I was confirming to apply, it went on for a while and afterwords terraform crashed with the error:
* aws_sagemaker_endpoint_configuration.foo: unexpected EOF
2019/01/16 14:46:19 [TRACE] [walkApply] Exiting eval tree: aws_sagemaker_endpoint_configuration.foo
2019/01/16 14:46:19 [TRACE] dag/walk: upstream errored, not walking "aws_sagemaker_endpoint.foo"
2019/01/16 14:46:19 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2019/01/16 14:46:19 [TRACE] dag/walk: upstream errored, not walking "provider.aws (close)"
2019/01/16 14:46:19 [TRACE] dag/walk: upstream errored, not walking "root"
2019/01/16 14:46:19 [TRACE] Preserving existing state lineage "19739d48-df57-50e4-bd64-f0d15c23bf14"
2019/01/16 14:46:19 [TRACE] Preserving existing state lineage "19739d48-df57-50e4-bd64-f0d15c23bf14"
2019/01/16 14:46:19 [TRACE] Preserving existing state lineage "19739d48-df57-50e4-bd64-f0d15c23bf14"
2019/01/16 14:46:19 [DEBUG] plugin: waiting for all plugin processes to complete...
2019-01-16T14:46:19.379+0100 [WARN ] plugin: error closing client during Kill: err="connection is shut down"
The complete crashlog is linked below.
I would try fixing it myself but unfortunately i haven't got that much experience writing go.
Hey there,
I've tried to use your project to set up the environment for my sagemaker project. Firstly i had the issue that the vpc_config in the aws_sagemaker_model resource was duplicated and therefor the example didnt work out the way it should. I've fixed that by removing those duplicates but afterwords it wasn't working either.
The issue appeared when i launched the final terraform apply. First it seemed to work normally. The plan function ran successfully and when i was applying the plan it ran normally. After I was confirming to apply, it went on for a while and afterwords terraform crashed with the error:
The complete crashlog is linked below.
I would try fixing it myself but unfortunately i haven't got that much experience writing go.
crash.log