Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. tls_private_key.server_key: Refreshing state... (ID: 1170cc1ec1059ecb08031f93874089997106da1f)
  2. tls_private_key.ca_key: Refreshing state... (ID: 08193750a9feadf6ed0ba75522700af7a29b2563)
  3. tls_private_key.client_key: Refreshing state... (ID: 250b339be2f9a90f7e38afb4e5b1c263bf2908f6)
  4. tls_cert_request.server_request: Refreshing state... (ID: b237c2d34fc58f2d41ef93c04f1f4fab0f48a91c)
  5. tls_self_signed_cert.ca_cert: Refreshing state... (ID: 238339413798801610637832361195906945972)
  6. tls_cert_request.client_request: Refreshing state... (ID: 29691472c7aa4b55c6f581e71b657d1433e4a75d)
  7. tls_locally_signed_cert.server_cert: Refreshing state... (ID: 247756921308847258052162823670931645700)
  8. tls_locally_signed_cert.client_cert: Refreshing state... (ID: 95743037529996364803302390382282454562)
  9. aws_acm_certificate.server_acm: Refreshing state... (ID: arn:aws:acm:us-east-2:994939393317:cert...e/961576a1-54f9-4d20-af2e-e2538ed87414)
  10. aws_ecs_cluster.main: Refreshing state... (ID: arn:aws:ecs:us-east-2:994939393317:cluster/tf-ecs-cluster)
  11. aws_cloudwatch_log_group.vpn_lg: Refreshing state... (ID: vpn)
  12. aws_acm_certificate.client_acm: Refreshing state... (ID: arn:aws:acm:us-east-2:994939393317:cert...e/cf546dfe-3d9c-4b96-85ff-74ca61466720)
  13. data.aws_availability_zones.available: Refreshing state...
  14. aws_vpc.main: Refreshing state... (ID: vpc-00cf226e213343e78)
  15. data.aws_iam_role.ecs_task_execution_role: Refreshing state...
  16. aws_ecs_task_definition.app: Refreshing state... (ID: app)
  17. aws_cloudwatch_log_stream.vpn_ls: Refreshing state... (ID: vpn-usage)
  18. aws_ec2_client_vpn_endpoint.CVPN_endpoint: Refreshing state... (ID: cvpn-endpoint-08e5ac26696d23ff4)
  19. aws_alb_target_group.app: Refreshing state... (ID: arn:aws:elasticloadbalancing:us-east-2:...rgetgroup/tf-ecs-chat/7b0e286d05420b32)
  20. aws_security_group.lb: Refreshing state... (ID: sg-0b1e46c260fe90390)
  21. aws_subnet.public[1]: Refreshing state... (ID: subnet-07734e4c0d4c7b300)
  22. aws_subnet.public[0]: Refreshing state... (ID: subnet-01f3d8faa38c37ee5)
  23. aws_internet_gateway.gw: Refreshing state... (ID: igw-0ad9e806b26236f99)
  24. aws_subnet.private[0]: Refreshing state... (ID: subnet-0becc15ec80232bbb)
  25. aws_subnet.private[1]: Refreshing state... (ID: subnet-05182f608dc088ea6)
  26. aws_security_group.ecs_tasks: Refreshing state... (ID: sg-045bf967998090399)
  27. aws_route.internet_access: Refreshing state... (ID: r-rtb-079d7823ddb8eb7571080289494)
  28. aws_eip.gw[0]: Refreshing state... (ID: eipalloc-0783fae99d78903c7)
  29. aws_eip.gw[1]: Refreshing state... (ID: eipalloc-0486f621a02dcf8e1)
  30. aws_alb.main: Refreshing state... (ID: arn:aws:elasticloadbalancing:us-east-2:...ancer/app/tf-ecs-chat/6e8f412bc1cb91b7)
  31. aws_ec2_client_vpn_network_association.pub_assoc[1]: Refreshing state... (ID: cvpn-assoc-0f57580ee8abebbbe)
  32. aws_ec2_client_vpn_network_association.pub_assoc[0]: Refreshing state... (ID: cvpn-assoc-0c814321de9b7a487)
  33. aws_nat_gateway.gw[1]: Refreshing state... (ID: nat-025097fe5fdd1f053)
  34. aws_nat_gateway.gw[0]: Refreshing state... (ID: nat-06f6364c438e7a631)
  35. aws_route_table.private[1]: Refreshing state... (ID: rtb-026c1e142a6e57656)
  36. aws_route_table.private[0]: Refreshing state... (ID: rtb-0ff4cd76bea6f0c3d)
  37. aws_alb_listener.front_end: Refreshing state... (ID: arn:aws:elasticloadbalancing:us-east-2:...chat/6e8f412bc1cb91b7/7dd1be0a3d30ccec)
  38. aws_route_table_association.private[1]: Refreshing state... (ID: rtbassoc-012a26910f4962bd4)
  39. aws_route_table_association.private[0]: Refreshing state... (ID: rtbassoc-0147be648d75afdc1)
  40. aws_ecs_service.main: Refreshing state... (ID: arn:aws:ecs:us-east-2:994939393317:service/tf-ecs-cluster/tf-ecs-service)
  41.  
  42. An execution plan has been generated and is shown below.
  43. Resource actions are indicated with the following symbols:
  44. -/+ destroy and then create replacement
  45.  
  46. Terraform will perform the following actions:
  47.  
  48. -/+ aws_ec2_client_vpn_network_association.pub_assoc[1] (new resource required)
  49. id: "cvpn-assoc-0f57580ee8abebbbe" => <computed> (forces new resource)
  50. client_vpn_endpoint_id: "cvpn-endpoint-08e5ac26696d23ff4" => "cvpn-endpoint-08e5ac26696d23ff4"
  51. security_groups.#: "1" => <computed>
  52. status: "associated" => <computed>
  53. subnet_id: "subnet-01f3d8faa38c37ee5" => "subnet-07734e4c0d4c7b300" (forces new resource)
  54. vpc_id: "vpc-00cf226e213343e78" => <computed>
  55.  
  56.  
  57. Plan: 1 to add, 0 to change, 1 to destroy.
  58.  
  59. Do you want to perform these actions?
  60. Terraform will perform the actions described above.
  61. Only 'yes' will be accepted to approve.
  62.  
  63. Enter a value: yes
  64.  
  65. aws_ec2_client_vpn_network_association.pub_assoc[1]: Destroying... (ID: cvpn-assoc-0f57580ee8abebbbe)
  66.  
  67. Error: Error applying plan:
  68.  
  69. 1 error(s) occurred:
  70.  
  71. * aws_ec2_client_vpn_network_association.pub_assoc[1] (destroy): 1 error(s) occurred:
  72.  
  73. * aws_ec2_client_vpn_network_association.pub_assoc.1: Error waiting for Client VPN endpoint to disassociate with target network: unexpected state 'associated', wanted target 'disassociated'. last error: %!s(<nil>)
  74.  
  75. Terraform does not automatically rollback in the face of errors.
  76. Instead, your Terraform state file has been partially updated with
  77. any resources that successfully completed. Please address the error
  78. above and apply again to incrementally change your infrastructure.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement