Advertisement
fedorm

fedorm

Jan 9th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.75 KB | None | 0 0
  1. ➜  performance git:(SLS-58) ✗ terraform destroy
  2. aws_spot_instance_request.stand-performance: Refreshing state... (ID: sir-fr18srrj)
  3. aws_spot_instance_request.coupons-performance: Refreshing state... (ID: sir-i62ir32g)
  4.  
  5. An execution plan has been generated and is shown below.
  6. Resource actions are indicated with the following symbols:
  7.   - destroy
  8.  
  9. Terraform will perform the following actions:
  10.  
  11.   - aws_spot_instance_request.coupons-performance
  12.  
  13.   - aws_spot_instance_request.stand-performance
  14.  
  15.  
  16. Plan: 0 to add, 0 to change, 2 to destroy.
  17.  
  18. Do you really want to destroy all resources?
  19.   Terraform will destroy all your managed infrastructure, as shown above.
  20.   There is no undo. Only 'yes' will be accepted to confirm.
  21.  
  22.   Enter a value: yes
  23.  
  24. aws_spot_instance_request.stand-performance: Destroying... (ID: sir-fr18srrj)
  25. aws_spot_instance_request.stand-performance: Still destroying... (ID: sir-fr18srrj, 10s elapsed)
  26. aws_spot_instance_request.stand-performance: Still destroying... (ID: sir-fr18srrj, 20s elapsed)
  27. aws_spot_instance_request.stand-performance: Destruction complete after 22s
  28.  
  29. Error: Error applying plan:
  30.  
  31. 2 error(s) occurred:
  32.  
  33. * output.coupons_private_ip: Resource 'aws_spot_instance_request.coupons-performance' does not have attribute 'private_ip' for variable 'aws_spot_instance_request.coupons-performance.private_ip'
  34. * output.coupons_ip: Resource 'aws_spot_instance_request.coupons-performance' does not have attribute 'public_ip' for variable 'aws_spot_instance_request.coupons-performance.public_ip'
  35.  
  36. Terraform does not automatically rollback in the face of errors.
  37. Instead, your Terraform state file has been partially updated with
  38. any resources that successfully completed. Please address the error
  39. above and apply again to incrementally change your infrastructure.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement