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
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."
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.
Apply fails with
atlantis/server/events/runtime/apply_step_runner.go
Line 213 in 1137a82
Related? #1306
Atlantis 0.16.0
Terraform 0.14.3
The text was updated successfully, but these errors were encountered: