Created
May 13, 2016 20:33
-
-
Save EntropyWorks/c27c9df6ca7fee249d344c838d0b9f23 to your computer and use it in GitHub Desktop.
Plugin version issue with Kraken?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK [kraken-local : Terraform apply] ****************************************** | |
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "cd /tmp/testing-kraken && terraform apply -input=false -state=terraform/local/test-cluster/terraform.tfstate -var-file=terraform/local/test-cluster/terraform.tfvars terraform/local", "delta": "0:00:00.081204", "end": "2016-05-13 13:28:42.976686", "failed": true, "rc": 1, "start": "2016-05-13 13:28:42.895482", "stderr": "\u001b[31mErrors:\n\u001b[0m\u001b[0m\n\u001b[31m * Incompatible API version with plugin. Plugin version: 1, Ours: 2\u001b[0m\u001b[0m", "stdout": "There are warnings and/or errors related to your configuration. Please\nfix these before continuing.", "stdout_lines": ["There are warnings and/or errors related to your configuration. Please", "fix these before continuing."], "warnings": []} | |
cmd: cd /tmp/testing-kraken && terraform apply -input=false -state=terraform/local/test-cluster/terraform.tfstate -var-file=terraform/local/test-cluster/terraform.tfvars terraform/local | |
start: 2016-05-13 13:28:42.895482 | |
end: 2016-05-13 13:28:42.976686 | |
delta: 0:00:00.081204 | |
stdout: There are warnings and/or errors related to your configuration. Please | |
fix these before continuing. | |
stderr: Errors: | |
* Incompatible API version with plugin. Plugin version: 1, Ours: 2 | |
to retry, use: --limit @local-apply.retry | |
PLAY RECAP ********************************************************************* | |
localhost : ok=24 changed=0 unreachable=0 failed=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment