|
8 | 8 | ], |
9 | 9 | "outputs": {}, |
10 | 10 | "resources": { |
11 | | - "aws_instance.web-aws": { |
| 11 | + "aws_instance.web-aws.0": { |
12 | 12 | "type": "aws_instance", |
13 | 13 | "primary": { |
14 | 14 | "id": "i-e8f3a238", |
|
32 | 32 | "root_block_device.0.volume_size": "8", |
33 | 33 | "root_block_device.0.volume_type": "standard", |
34 | 34 | "security_groups.#": "0", |
| 35 | + "source_dest_check": "true", |
| 36 | + "subnet_id": "subnet-59f9b32e", |
| 37 | + "tags.#": "0", |
| 38 | + "tenancy": "default", |
| 39 | + "vpc_security_group_ids.#": "1", |
| 40 | + "vpc_security_group_ids.2076429742": "sg-b42329d0" |
| 41 | + }, |
| 42 | + "meta": { |
| 43 | + "schema_version": "1" |
| 44 | + } |
| 45 | + } |
| 46 | + }, |
| 47 | + "aws_instance.web-aws.1": { |
| 48 | + "type": "aws_instance", |
| 49 | + "primary": { |
| 50 | + "id": "i-f747c141", |
| 51 | + "attributes": { |
| 52 | + "ami": "ami-96a818fe", |
| 53 | + "associate_public_ip_address": "true", |
| 54 | + "availability_zone": "us-east-1d", |
| 55 | + "ebs_block_device.#": "0", |
| 56 | + "ebs_optimized": "false", |
| 57 | + "ephemeral_block_device.#": "0", |
| 58 | + "iam_instance_profile": "", |
| 59 | + "id": "i-f747c141", |
| 60 | + "instance_type": "t2.micro", |
| 61 | + "key_name": "terraform-inventory", |
| 62 | + "monitoring": "false", |
| 63 | + "private_dns": "ip-10-0-0-10.ec2.internal", |
| 64 | + "private_ip": "10.0.0.10", |
| 65 | + "public_dns": "", |
| 66 | + "public_ip": "52.91.51.56", |
| 67 | + "root_block_device.#": "1", |
| 68 | + "root_block_device.0.delete_on_termination": "true", |
| 69 | + "root_block_device.0.iops": "0", |
| 70 | + "root_block_device.0.volume_size": "8", |
| 71 | + "root_block_device.0.volume_type": "standard", |
| 72 | + "security_groups.#": "0", |
| 73 | + "source_dest_check": "true", |
35 | 74 | "subnet_id": "subnet-59f9b32e", |
36 | 75 | "tags.#": "0", |
37 | 76 | "tenancy": "default", |
|
0 commit comments