Skip to content

Instantly share code, notes, and snippets.

@dansteen
Created July 16, 2015 18:31
Show Gist options
  • Save dansteen/cb83450a221ca68b8be7 to your computer and use it in GitHub Desktop.
Save dansteen/cb83450a221ca68b8be7 to your computer and use it in GitHub Desktop.
+ aws_instance.prod_nat
ami: "" => "ami-######"
availability_zone: "" => "<computed>"
disable_api_termination: "" => "1"
ebs_block_device.#: "" => "<computed>"
ephemeral_block_device.#: "" => "<computed>"
instance_type: "" => "m1.small"
key_name: "" => "production"
monitoring: "" => "1"
placement_group: "" => "<computed>"
private_dns: "" => "<computed>"
private_ip: "" => "<computed>"
public_dns: "" => "<computed>"
public_ip: "" => "<computed>"
root_block_device.#: "" => "<computed>"
security_groups.#: "" => "<computed>"
source_dest_check: "" => "0"
subnet_id: "" => "subnet-#####"
tags.#: "" => "1"
tags.Name: "" => "test"
tenancy: "" => "<computed>"
vpc_security_group_ids.#: "" => "2"
vpc_security_group_ids.3883424384: "" => "sg-#######"
vpc_security_group_ids.806057597: "" => "sg-#######"
Plan: 1 to add, 42 to change, 0 to destroy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment