-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Pipeline - failing to apply - unexpected EOF #2396
Comments
this is the issue
Removed this and it now works. |
This has been released in terraform-provider-aws version 1.7.1. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
@bflad @radeksimko 2018/05/09 13:09:39 [ERROR] root: eval: *terraform.EvalConfigProvider, err: unexpected EOF
2018-05-09T13:09:39.237Z [DEBUG] plugin.terraform-provider-aws_v1.17.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-aws/aws/config.go:404 +0x487c
2018-05-09T13:09:39.237Z [DEBUG] plugin: plugin process exited: path=$CODE_PATH/terraform/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.17.0_x4
2018/05/09 13:09:39 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2018/05/09 13:09:39 [ERROR] root: eval: *terraform.EvalOpFilter, err: unexpected EOF
2018/05/09 13:09:39 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF The final response from Terraform is the following: 2018/05/09 13:09:40 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-05-09T13:09:40.334Z [WARN ] plugin: error closing client during Kill: err="connection is shut down"
Error: Error running plan: 1 error(s) occurred:
* provider.aws: unexpected EOF Any help is highly appreciated. |
@mirak94 sorry you are running into trouble. Please open a new issue rather than commenting a closed one. It looks like the credential provider might not be set when using the fallback credential lookup. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @mick999 as hashicorp/terraform#16733. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform v0.11.0
Terraform Configuration Files
Crash Output
Expected Behavior
Apply should create the AWS CodePipeline.
Actual Behavior
Crash Log
Steps to Reproduce
terraform plan - works as expected
terraform apply - fails with crash log
Important Factoids
running commands using aws-vault (tried without that and same issue)
This particular script is part of wider setup which creates ECS task definitions, aws codebuild.
The text was updated successfully, but these errors were encountered: