Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. ```
  2. aws_iam_user.es: Creating...
  3. arn: "" => "<computed>"
  4. name: "" => "srv_user1"
  5. path: "" => "/"
  6. unique_id: "" => "<computed>"
  7. aws_iam_user.es: Creation complete
  8. aws_iam_access_key.es: Creating...
  9. secret: "" => "<computed>"
  10. ses_smtp_password: "" => "<computed>"
  11. status: "" => "<computed>"
  12. user: "" => "srv_user1"
  13. aws_elasticsearch_domain.es: Creating...
  14. access_policies: "" => "{\"Statement\":[{\"Action\":\"es:*\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"arn:aws:iam::xxxxxx:user/srv_user1\"}}],\"Version\":\"2012-10-17\"}"
  15. advanced_options.#: "" => "1"
  16. advanced_options.rest.action.multi.allow_explicit_index: "" => "<computed>"
  17. arn: "" => "<computed>"
  18. cluster_config.#: "" => "<computed>"
  19. domain_id: "" => "<computed>"
  20. domain_name: "" => "es1"
  21. ebs_options.#: "" => "<computed>"
  22. endpoint: "" => "<computed>"
  23. snapshot_options.#: "" => "1"
  24. snapshot_options.0.automated_snapshot_start_hour: "" => "23"
  25. aws_iam_access_key.es: Creation complete
  26. Error applying plan:
  27.  
  28. 1 error(s) occurred:
  29.  
  30. * aws_elasticsearch_domain.es: InvalidTypeException: Error setting policy: [ {
  31. "Version": "2012-10-17",
  32. "Statement": [
  33. {
  34. "Effect": "Allow",
  35. "Action": "es:*",
  36. "Principal": {
  37. "AWS": "arn:aws:iam::xxxxxxxx:user/srv_user1"
  38. }
  39. }
  40. ]
  41. }
  42. ]
  43. status code: 409, request id: 5ce1b757-1060-11e6-800a-c363f7f5dcbd
  44.  
  45. Terraform does not automatically rollback in the face of errors.
  46. Instead, your Terraform state file has been partially updated with
  47. any resources that successfully completed. Please address the error
  48. above and apply again to incrementally change your infrastructure.
  49. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement