Guest User

Untitled

a guest
Jun 24th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. $ terraform plan | grep -v computed
  2. Terraform will perform the following actions:
  3.  
  4. + aws_instance.example[0]
  5. ami: "ami-2801e54b"
  6. availability_zone: "us-west-1b"
  7. get_password_data: "false"
  8. instance_type: "t2-micro"
  9. source_dest_check: "true"
  10. tags.%: "1"
  11. tags.Name: "example-vm0"
  12.  
  13. + aws_instance.example[1]
  14. ami: "ami-2801e54b"
  15. availability_zone: "us-west-1c"
  16. get_password_data: "false"
  17. instance_type: "t2-micro"
  18. source_dest_check: "true"
  19. tags.%: "1"
  20. tags.Name: "example-vm1"
  21.  
  22. + aws_instance.example[2]
  23. ami: "ami-2801e54b"
  24. availability_zone: "us-west-1b"
  25. get_password_data: "false"
  26. instance_type: "t2-micro"
  27. source_dest_check: "true"
  28. tags.%: "1"
  29. tags.Name: "example-vm2"
  30.  
  31. + aws_instance.example[3]
  32. ami: "ami-2801e54b"
  33. availability_zone: "us-west-1c"
  34. get_password_data: "false"
  35. instance_type: "t2-micro"
  36. source_dest_check: "true"
  37. tags.%: "1"
  38. tags.Name: "example-vm3"
  39.  
  40. + aws_instance.example[4]
  41. ami: "ami-2801e54b"
  42. availability_zone: "us-west-1b"
  43. get_password_data: "false"
  44. instance_type: "t2-micro"
  45. source_dest_check: "true"
  46. tags.%: "1"
  47. tags.Name: "example-vm4"
  48.  
  49. + aws_instance.example[5]
  50. ami: "ami-2801e54b"
  51. availability_zone: "us-west-1c"
  52. get_password_data: "false"
  53. instance_type: "t2-micro"
  54. source_dest_check: "true"
  55. tags.%: "1"
  56. tags.Name: "example-vm5"
  57.  
  58. + aws_instance.example[6]
  59. ami: "ami-2801e54b"
  60. availability_zone: "us-west-1b"
  61. get_password_data: "false"
  62. instance_type: "t2-micro"
  63. source_dest_check: "true"
  64. tags.%: "1"
  65. tags.Name: "example-vm6"
  66.  
  67. + aws_instance.example[7]
  68. ami: "ami-2801e54b"
  69. availability_zone: "us-west-1c"
  70. get_password_data: "false"
  71. instance_type: "t2-micro"
  72. source_dest_check: "true"
  73. tags.%: "1"
  74. tags.Name: "example-vm7"
  75.  
  76.  
  77. Plan: 8 to add, 0 to change, 0 to destroy.
Add Comment
Please, Sign In to add comment