Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ➜ performance git:(SLS-58) ✗ terraform destroy
- aws_spot_instance_request.stand-performance: Refreshing state... (ID: sir-fr18srrj)
- aws_spot_instance_request.coupons-performance: Refreshing state... (ID: sir-i62ir32g)
- An execution plan has been generated and is shown below.
- Resource actions are indicated with the following symbols:
- - destroy
- Terraform will perform the following actions:
- - aws_spot_instance_request.coupons-performance
- - aws_spot_instance_request.stand-performance
- Plan: 0 to add, 0 to change, 2 to destroy.
- Do you really want to destroy all resources?
- Terraform will destroy all your managed infrastructure, as shown above.
- There is no undo. Only 'yes' will be accepted to confirm.
- Enter a value: yes
- aws_spot_instance_request.stand-performance: Destroying... (ID: sir-fr18srrj)
- aws_spot_instance_request.stand-performance: Still destroying... (ID: sir-fr18srrj, 10s elapsed)
- aws_spot_instance_request.stand-performance: Still destroying... (ID: sir-fr18srrj, 20s elapsed)
- aws_spot_instance_request.stand-performance: Destruction complete after 22s
- Error: Error applying plan:
- 2 error(s) occurred:
- * 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'
- * 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'
- Terraform does not automatically rollback in the face of errors.
- Instead, your Terraform state file has been partially updated with
- any resources that successfully completed. Please address the error
- above and apply again to incrementally change your infrastructure.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement