|
| 1 | +Refreshing Terraform state prior to plan... |
| 2 | + |
| 3 | + |
| 4 | +The Terraform execution plan has been generated and is shown below. |
| 5 | +Resources are shown in alphabetical order for quick scanning. Green resources |
| 6 | +will be created (or destroyed and then created if an existing resource |
| 7 | +exists), yellow resources are being changed in-place, and red resources |
| 8 | +will be destroyed. |
| 9 | + |
| 10 | +Note: You didn't specify an "-out" parameter to save this plan, so when |
| 11 | +"apply" is called, Terraform can't guarantee this is what will execute. |
| 12 | + |
| 13 | +[32m+ aws_eip.cf |
| 14 | +[0m allocation_id: "" => "<computed>" |
| 15 | + association_id: "" => "<computed>" |
| 16 | + domain: "" => "<computed>" |
| 17 | + private_ip: "" => "<computed>" |
| 18 | + public_ip: "" => "<computed>" |
| 19 | + vpc: "" => "1" |
| 20 | +[0m |
| 21 | +[0m[32m+ aws_route_table.public |
| 22 | +[0m route.#: "" => "1" |
| 23 | + route.3901018052.cidr_block: "" => "0.0.0.0/0" |
| 24 | + route.3901018052.gateway_id: "" => "X" |
| 25 | + route.3901018052.instance_id: "" => "" |
| 26 | + tags.#: "" => "<computed>" |
| 27 | + vpc_id: "" => "X" |
| 28 | +[0m |
| 29 | +[0m[32m+ aws_route_table_association.cfruntime-2a-private |
| 30 | +[0m route_table_id: "" => "X" |
| 31 | + subnet_id: "" => "${aws_subnet.cfruntime-2a.id}" |
| 32 | +[0m |
| 33 | +[0m[32m+ aws_route_table_association.cfruntime-2b-private |
| 34 | +[0m route_table_id: "" => "X" |
| 35 | + subnet_id: "" => "${aws_subnet.cfruntime-2b.id}" |
| 36 | +[0m |
| 37 | +[0m[32m+ aws_route_table_association.docker |
| 38 | +[0m route_table_id: "" => "X" |
| 39 | + subnet_id: "" => "${aws_subnet.docker.id}" |
| 40 | +[0m |
| 41 | +[0m[32m+ aws_route_table_association.lb-public |
| 42 | +[0m route_table_id: "" => "X" |
| 43 | + subnet_id: "" => "${aws_subnet.lb.id}" |
| 44 | +[0m |
| 45 | +[0m[32m+ aws_security_group.cf |
| 46 | +[0m description: "" => "CF security groups" |
| 47 | + ingress.#: "" => "8" |
| 48 | + ingress.1325011704.cidr_blocks.#: "" => "1" |
| 49 | + ingress.1325011704.cidr_blocks.0: "" => "0.0.0.0/0" |
| 50 | + ingress.1325011704.from_port: "" => "4443" |
| 51 | + ingress.1325011704.protocol: "" => "tcp" |
| 52 | + ingress.1325011704.security_groups.#: "" => "0" |
| 53 | + ingress.1325011704.self: "" => "0" |
| 54 | + ingress.1325011704.to_port: "" => "4443" |
| 55 | + ingress.1663094005.cidr_blocks.#: "" => "0" |
| 56 | + ingress.1663094005.from_port: "" => "0" |
| 57 | + ingress.1663094005.protocol: "" => "udp" |
| 58 | + ingress.1663094005.security_groups.#: "" => "0" |
| 59 | + ingress.1663094005.self: "" => "1" |
| 60 | + ingress.1663094005.to_port: "" => "65535" |
| 61 | + ingress.219953956.cidr_blocks.#: "" => "1" |
| 62 | + ingress.219953956.cidr_blocks.0: "" => "0.0.0.0/0" |
| 63 | + ingress.219953956.from_port: "" => "22" |
| 64 | + ingress.219953956.protocol: "" => "tcp" |
| 65 | + ingress.219953956.security_groups.#: "" => "0" |
| 66 | + ingress.219953956.self: "" => "0" |
| 67 | + ingress.219953956.to_port: "" => "22" |
| 68 | + ingress.2261450965.cidr_blocks.#: "" => "1" |
| 69 | + ingress.2261450965.cidr_blocks.0: "" => "0.0.0.0/0" |
| 70 | + ingress.2261450965.from_port: "" => "4222" |
| 71 | + ingress.2261450965.protocol: "" => "tcp" |
| 72 | + ingress.2261450965.security_groups.#: "" => "0" |
| 73 | + ingress.2261450965.self: "" => "0" |
| 74 | + ingress.2261450965.to_port: "" => "25777" |
| 75 | + ingress.2603706321.cidr_blocks.#: "" => "1" |
| 76 | + ingress.2603706321.cidr_blocks.0: "" => "0.0.0.0/0" |
| 77 | + ingress.2603706321.from_port: "" => "80" |
| 78 | + ingress.2603706321.protocol: "" => "tcp" |
| 79 | + ingress.2603706321.security_groups.#: "" => "0" |
| 80 | + ingress.2603706321.self: "" => "0" |
| 81 | + ingress.2603706321.to_port: "" => "80" |
| 82 | + ingress.32090245.cidr_blocks.#: "" => "1" |
| 83 | + ingress.32090245.cidr_blocks.0: "" => "0.0.0.0/0" |
| 84 | + ingress.32090245.from_port: "" => "-1" |
| 85 | + ingress.32090245.protocol: "" => "icmp" |
| 86 | + ingress.32090245.security_groups.#: "" => "0" |
| 87 | + ingress.32090245.self: "" => "0" |
| 88 | + ingress.32090245.to_port: "" => "-1" |
| 89 | + ingress.3738418453.cidr_blocks.#: "" => "0" |
| 90 | + ingress.3738418453.from_port: "" => "0" |
| 91 | + ingress.3738418453.protocol: "" => "tcp" |
| 92 | + ingress.3738418453.security_groups.#: "" => "0" |
| 93 | + ingress.3738418453.self: "" => "1" |
| 94 | + ingress.3738418453.to_port: "" => "65535" |
| 95 | + ingress.4089093546.cidr_blocks.#: "" => "1" |
| 96 | + ingress.4089093546.cidr_blocks.0: "" => "0.0.0.0/0" |
| 97 | + ingress.4089093546.from_port: "" => "443" |
| 98 | + ingress.4089093546.protocol: "" => "tcp" |
| 99 | + ingress.4089093546.security_groups.#: "" => "0" |
| 100 | + ingress.4089093546.self: "" => "0" |
| 101 | + ingress.4089093546.to_port: "" => "443" |
| 102 | + name: "" => "cf-0-X" |
| 103 | + owner_id: "" => "<computed>" |
| 104 | + tags.#: "" => "1" |
| 105 | + tags.Name: "" => "cf-0-X" |
| 106 | + vpc_id: "" => "X" |
| 107 | +[0m |
| 108 | +[0m[32m+ aws_subnet.cfruntime-2a |
| 109 | +[0m availability_zone: "" => "<computed>" |
| 110 | + cidr_block: "" => "10.10.03.0/24" |
| 111 | + tags.#: "" => "1" |
| 112 | + tags.Name: "" => "cf1" |
| 113 | + vpc_id: "" => "X" |
| 114 | +[0m |
| 115 | +[0m[32m+ aws_subnet.cfruntime-2b |
| 116 | +[0m availability_zone: "" => "us-west-2a" |
| 117 | + cidr_block: "" => "10.10.04.0/24" |
| 118 | + tags.#: "" => "1" |
| 119 | + tags.Name: "" => "cf2" |
| 120 | + vpc_id: "" => "X" |
| 121 | +[0m |
| 122 | +[0m[32m+ aws_subnet.docker |
| 123 | +[0m availability_zone: "" => "us-west-2a" |
| 124 | + cidr_block: "" => "10.10.05.0/24" |
| 125 | + tags.#: "" => "1" |
| 126 | + tags.Name: "" => "docker" |
| 127 | + vpc_id: "" => "X" |
| 128 | +[0m |
| 129 | +[0m[32m+ aws_subnet.lb |
| 130 | +[0m availability_zone: "" => "us-west-2a" |
| 131 | + cidr_block: "" => "10.10.02.0/24" |
| 132 | + tags.#: "" => "1" |
| 133 | + tags.Name: "" => "lb" |
| 134 | + vpc_id: "" => "X" |
| 135 | +[0m |
| 136 | +[0m |
0 commit comments