Advertisement
Guest User

Untitled

a guest
Nov 12th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. aws_iam_user.user: Creating...
  2. arn: "" => "<computed>"
  3. force_destroy: "" => "false"
  4. name: "" => "vapid"
  5. path: "" => "/"
  6. unique_id: "" => "<computed>"
  7. aws_security_group.instance: Creating...
  8. arn: "" => "<computed>"
  9. description: "" => "Managed by Terraform"
  10. egress.#: "" => "<computed>"
  11. ingress.#: "" => "2"
  12. ingress.2541437006.cidr_blocks.#: "" => "1"
  13. ingress.2541437006.cidr_blocks.0: "" => "0.0.0.0/0"
  14. ingress.2541437006.description: "" => ""
  15. ingress.2541437006.from_port: "" => "22"
  16. ingress.2541437006.ipv6_cidr_blocks.#: "" => "0"
  17. ingress.2541437006.prefix_list_ids.#: "" => "0"
  18. ingress.2541437006.protocol: "" => "tcp"
  19. ingress.2541437006.security_groups.#: "" => "0"
  20. ingress.2541437006.self: "" => "false"
  21. ingress.2541437006.to_port: "" => "22"
  22. ingress.516175195.cidr_blocks.#: "" => "1"
  23. ingress.516175195.cidr_blocks.0: "" => "0.0.0.0/0"
  24. ingress.516175195.description: "" => ""
  25. ingress.516175195.from_port: "" => "8080"
  26. ingress.516175195.ipv6_cidr_blocks.#: "" => "0"
  27. ingress.516175195.prefix_list_ids.#: "" => "0"
  28. ingress.516175195.protocol: "" => "tcp"
  29. ingress.516175195.security_groups.#: "" => "0"
  30. ingress.516175195.self: "" => "false"
  31. ingress.516175195.to_port: "" => "8080"
  32. name: "" => "terraform-example-instance"
  33. owner_id: "" => "<computed>"
  34. revoke_rules_on_delete: "" => "false"
  35. vpc_id: "" => "<computed>"
  36. aws_iam_user.user: Creation complete after 0s (ID: vapid)
  37. aws_iam_user_ssh_key.user: Creating...
  38. encoding: "" => "SSH"
  39. fingerprint: "" => "<computed>"
  40. public_key: "" => [public_key]
  41. ssh_public_key_id: "" => "<computed>"
  42. status: "" => "<computed>"
  43. username: "" => "vapid"
  44. aws_iam_user_ssh_key.user: Creation complete after 0s (ID: [userid])
  45. aws_security_group.instance: Creation complete after 7s (ID: [securitygroupid])
  46. aws_instance.example: Creating...
  47. ami: "" => "ami-2d39803a"
  48. arn: "" => "<computed>"
  49. associate_public_ip_address: "" => "<computed>"
  50. availability_zone: "" => "<computed>"
  51. cpu_core_count: "" => "<computed>"
  52. cpu_threads_per_core: "" => "<computed>"
  53. ebs_block_device.#: "" => "<computed>"
  54. ephemeral_block_device.#: "" => "<computed>"
  55. get_password_data: "" => "false"
  56. instance_state: "" => "<computed>"
  57. instance_type: "" => "t2.micro"
  58. ipv6_address_count: "" => "<computed>"
  59. ipv6_addresses.#: "" => "<computed>"
  60. key_name: "" => "<computed>"
  61. network_interface.#: "" => "<computed>"
  62. network_interface_id: "" => "<computed>"
  63. password_data: "" => "<computed>"
  64. placement_group: "" => "<computed>"
  65. primary_network_interface_id: "" => "<computed>"
  66. private_dns: "" => "<computed>"
  67. private_ip: "" => "<computed>"
  68. public_dns: "" => "<computed>"
  69. public_ip: "" => "<computed>"
  70. root_block_device.#: "" => "<computed>"
  71. security_groups.#: "" => "<computed>"
  72. source_dest_check: "" => "true"
  73. subnet_id: "" => "<computed>"
  74. tags.%: "" => "1"
  75. tags.Name: "" => "terraform-example"
  76. tenancy: "" => "<computed>"
  77. user_data: "" => "4430fd6498339061effa6d27ccf341a1e94569d7"
  78. volume_tags.%: "" => "<computed>"
  79. vpc_security_group_ids.#: "" => "1"
  80. vpc_security_group_ids.1172705742: "" => [securitygroupid]
  81. aws_instance.example: Still creating... (10s elapsed)
  82. aws_instance.example: Still creating... (20s elapsed)
  83. aws_instance.example: Still creating... (30s elapsed)
  84. aws_instance.example: Creation complete after 33s (ID: [idnumber])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement