Author: Not specified | Language: tcl |
Description: (v10) | Timestamp: 2018-01-08 10:17:10 +0000 |
View raw paste | Parent paste by: Not specified - Child paste by: Not specified | Reply |
> terraform plan
(...)
+ aws_security_group.instance
description:
egress.#:
ingress.#:
ingress.516175195.cidr_blocks.#: "1"
ingress.516175195.cidr_blocks.0: "0.0.0.0/0"
ingress.516175195.from_port: "8080"
ingress.516175195.protocol: "tcp"
ingress.516175195.security_groups.#: "0"
ingress.516175195.self:
ingress.516175195.to_port:
owner_id:
vpc_id:
"false"
"8080"
"<computed>"
"<computed>"
-/+ aws_instance.example
ami:
"ami-40d28157" => "ami-40d28157"
"running" => "<computed>"
"t2.micro" => "t2.micro"
"0" => "<computed>"
instance_state:
instance_type:
security_groups.#:
vpc_security_group_ids.#: "1" => "<computed>"
(...)
Plan: 2 to add, 0 to change, 1 to destroy.
(...)
+ aws_security_group.instance
description:
egress.#:
ingress.#:
ingress.516175195.cidr_blocks.#: "1"
ingress.516175195.cidr_blocks.0: "0.0.0.0/0"
ingress.516175195.from_port: "8080"
ingress.516175195.protocol: "tcp"
ingress.516175195.security_groups.#: "0"
ingress.516175195.self:
ingress.516175195.to_port:
owner_id:
vpc_id:
"false"
"8080"
"<computed>"
"<computed>"
-/+ aws_instance.example
ami:
"ami-40d28157" => "ami-40d28157"
"running" => "<computed>"
"t2.micro" => "t2.micro"
"0" => "<computed>"
instance_state:
instance_type:
security_groups.#:
vpc_security_group_ids.#: "1" => "<computed>"
(...)
Plan: 2 to add, 0 to change, 1 to destroy.
View raw paste | Parent paste by: Not specified - Child paste by: Not specified | Reply |