Skip to content
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

Apply Error #1364

Closed
m1pl opened this issue Jan 26, 2021 · 1 comment
Closed

Apply Error #1364

m1pl opened this issue Jan 26, 2021 · 1 comment

Comments

@m1pl
Copy link
Contributor

m1pl commented Jan 26, 2021

Apply fails with

Couldn't find refresh separator when parsing apply output:
"Running apply in the remote backend. Output will stream here. Pressing Ctrl-C\nwill cancel the remote apply if it's still pending. If the apply started it\nwill stop streaming the logs, but will not stop the apply running remotely.\n\nPreparing the remote apply...\n\nThe remote workspace is configured to work with configuration at\ntf relative to the target repository.\n\nTerraform will upload the contents of the following directory,\nexcluding files or directories as defined by a .terraformignore file\nat /atlantis-data/repos/<redacted>/1/staging/.terraformignore (if it is present),\nin order to capture the filesystem context the remote workspace expects:\n    /atlantis-data/repos/<redacted>/1/staging\n\nTo view this run in a browser, visit:\nhttps://app.terraform.io/app/<redacted>/runs/run-suKwq8Qcbck7V1Ta\n\nWaiting for the plan to start...\n\nTerraform v0.14.5\nConfiguring remote state backend...\nInitializing Terraform configuration...\nrandom_string.random: Refreshing state... [id=urdn]\ngoogle_sql_database_instance.master: Refreshing state... [id=staging-sql-urdn]\ngoogle_container_cluster.primary: Refreshing state... [id=projects/<redacted>]\ngoogle_container_node_pool.primary_nodes: Refreshing state... [id=projects/<redacted>]\n\nAn execution plan has been generated and is shown below.\nResource actions are indicated with the following symbols:\n  + create\n\nTerraform will perform the following actions:\n\n  # random_string.test will be created\n  + resource \"random_string\" \"test\" {\n      + id          = (known after apply)\n      + length      = 4\n      + lower       = true\n      + min_lower   = 0\n      + min_numeric = 0\n      + min_special = 0\n      + min_upper   = 0\n      + number      = true\n      + result      = (known after apply)\n      + special     = false\n      + upper       = false\n    }\n\nPlan: 1 to add, 0 to change, 0 to destroy.\n\nDo you want to perform these actions in workspace \"<redacted>\"?\n  Terraform will perform the actions described above.\n  Only 'yes' will be accepted to approve."

return fmt.Errorf("Couldn't find refresh separator when parsing apply output:\n%q", applyOut)

Related? #1306

Atlantis 0.16.0
Terraform 0.14.3

@nitrocode
Copy link
Member

I know this is an old issue, however if you can provide more information such as reproducible steps, current env, configuration, etc, it would make it easier to diagnose the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants