1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-22 20:01:58 +01:00
terraform-inventory/fixtures/example.tfstate

207 lines
9.9 KiB
Plaintext
Raw Normal View History

{
"version": 1,
2015-12-15 06:01:09 +01:00
"serial": 17,
"modules": [
{
"path": [
"root"
],
"outputs": {
"datacenter": "mydc"
},
"resources": {
2017-06-13 20:37:27 +02:00
"vsphere_virtual_machine.test": {
"type": "vsphere_virtual_machine",
"primary": {
"id": "test1",
"attributes": {
"cluster": "Cluster",
"datacenter": "Datacenter",
"detach_unknown_disks_on_delete": "false",
"disk.#": "1",
"disk.4123483162.bootable": "false",
"disk.4123483162.controller_type": "scsi",
"disk.4123483162.datastore": "Datastore",
"disk.4123483162.iops": "0",
"disk.4123483162.keep_on_remove": "false",
"disk.4123483162.key": "0",
"disk.4123483162.name": "",
"disk.4123483162.size": "0",
"disk.4123483162.template": "template",
"disk.4123483162.type": "thin",
"disk.4123483162.uuid": "",
"disk.4123483162.vmdk": "",
"dns_servers.#": "2",
"dns_servers.0": "8.8.8.8",
"dns_servers.1": "8.8.4.4",
"domain": "vsphere.local",
"enable_disk_uuid": "false",
"folder": "",
"id": "test1",
"linked_clone": "false",
"memory": "1024",
"memory_reservation": "0",
"name": "test1",
"network_interface.#": "1",
"network_interface.0.adapter_type": "",
"network_interface.0.ip_address": "",
"network_interface.0.ipv4_address": "1.2.3.4",
"network_interface.0.ipv4_gateway": "1.2.3.4",
"network_interface.0.ipv4_prefix_length": "22",
"network_interface.0.ipv6_address": "",
"network_interface.0.ipv6_gateway": "",
"network_interface.0.ipv6_prefix_length": "64",
"network_interface.0.label": "VM Network",
"network_interface.0.mac_address": "",
"network_interface.0.subnet_mask": "",
"skip_customization": "false",
"time_zone": "Etc/UTC",
"uuid": "42323d21-8455-92c7-838c-ea0efefea2222",
"vcpu": "1"
},
"meta": {
"schema_version": "1"
},
"tainted": false
}
},
2015-12-15 06:01:09 +01:00
"aws_instance.alpha.0": {
"type": "aws_instance",
"primary": {
2015-12-15 06:01:09 +01:00
"id": "i-92f79124",
"attributes": {
2015-06-05 03:48:53 +02:00
"ami": "ami-96a818fe",
2015-06-05 06:03:42 +02:00
"associate_public_ip_address": "true",
2015-06-05 03:48:53 +02:00
"availability_zone": "us-east-1d",
"ebs_block_device.#": "0",
"ebs_optimized": "false",
"ephemeral_block_device.#": "0",
"iam_instance_profile": "",
2015-12-15 06:01:09 +01:00
"id": "i-92f79124",
"instance_type": "t2.micro",
2015-06-05 06:03:42 +02:00
"key_name": "terraform-inventory",
"monitoring": "false",
2015-12-15 06:01:09 +01:00
"private_dns": "ip-10-0-0-4.ec2.internal",
"private_ip": "10.0.0.4",
"public_dns": "",
2015-12-15 06:01:09 +01:00
"public_ip": "52.90.134.71",
2015-06-05 03:48:53 +02:00
"root_block_device.#": "1",
"root_block_device.0.delete_on_termination": "true",
"root_block_device.0.iops": "0",
"root_block_device.0.volume_size": "8",
"root_block_device.0.volume_type": "standard",
"security_groups.#": "0",
"source_dest_check": "true",
"subnet_id": "subnet-59f9b32e",
"tags.#": "1",
2015-12-15 06:01:09 +01:00
"tags.Role": "Web",
"tenancy": "default",
"vpc_security_group_ids.#": "1",
"vpc_security_group_ids.2076429742": "sg-b42329d0"
},
"meta": {
"schema_version": "1"
}
}
},
2015-12-15 06:01:09 +01:00
"aws_instance.alpha.1": {
"type": "aws_instance",
"primary": {
2015-12-15 06:01:09 +01:00
"id": "i-23f69095",
"attributes": {
"ami": "ami-96a818fe",
"associate_public_ip_address": "true",
"availability_zone": "us-east-1d",
"ebs_block_device.#": "0",
"ebs_optimized": "false",
"ephemeral_block_device.#": "0",
"iam_instance_profile": "",
2015-12-15 06:01:09 +01:00
"id": "i-23f69095",
"instance_type": "t2.micro",
"key_name": "terraform-inventory",
"monitoring": "false",
2015-12-15 06:01:09 +01:00
"private_dns": "ip-10-0-0-9.ec2.internal",
"private_ip": "10.0.0.9",
"public_dns": "",
2015-12-15 06:01:09 +01:00
"public_ip": "52.90.154.150",
"root_block_device.#": "1",
"root_block_device.0.delete_on_termination": "true",
"root_block_device.0.iops": "0",
"root_block_device.0.volume_size": "8",
"root_block_device.0.volume_type": "standard",
"security_groups.#": "0",
"source_dest_check": "true",
"subnet_id": "subnet-59f9b32e",
"tags.#": "1",
2015-12-15 06:01:09 +01:00
"tags.Role": "Web",
"tenancy": "default",
"vpc_security_group_ids.#": "1",
"vpc_security_group_ids.2076429742": "sg-b42329d0"
},
"meta": {
"schema_version": "1"
}
}
},
2015-12-15 06:01:09 +01:00
"aws_instance.beta": {
"type": "aws_instance",
"primary": {
2015-12-15 06:01:09 +01:00
"id": "i-c2f79174",
"attributes": {
"ami": "ami-96a818fe",
"associate_public_ip_address": "true",
"availability_zone": "us-east-1d",
"ebs_block_device.#": "0",
"ebs_optimized": "false",
"ephemeral_block_device.#": "0",
"iam_instance_profile": "",
2015-12-15 06:01:09 +01:00
"id": "i-c2f79174",
"instance_type": "t2.micro",
"key_name": "terraform-inventory",
"monitoring": "false",
2015-12-15 06:01:09 +01:00
"private_dns": "ip-10-0-0-8.ec2.internal",
"private_ip": "10.0.0.8",
"public_dns": "",
2015-12-15 06:01:09 +01:00
"public_ip": "52.23.224.202",
"root_block_device.#": "1",
"root_block_device.0.delete_on_termination": "true",
"root_block_device.0.iops": "0",
"root_block_device.0.volume_size": "8",
"root_block_device.0.volume_type": "standard",
"security_groups.#": "0",
"source_dest_check": "true",
2015-06-05 03:48:53 +02:00
"subnet_id": "subnet-59f9b32e",
"tags.#": "1",
"tags.Role": "Worker",
2015-06-05 03:48:53 +02:00
"tenancy": "default",
"vpc_security_group_ids.#": "1",
"vpc_security_group_ids.2076429742": "sg-b42329d0"
},
"meta": {
"schema_version": "1"
}
}
},
2015-12-15 06:01:09 +01:00
"digitalocean_droplet.gamma": {
2015-06-05 03:48:53 +02:00
"type": "digitalocean_droplet",
"primary": {
2015-12-15 06:01:09 +01:00
"id": "9411223",
"attributes": {
2015-12-15 06:01:09 +01:00
"id": "9411223",
2015-06-05 03:48:53 +02:00
"image": "centos-7-0-x64",
2015-12-15 06:01:09 +01:00
"ipv4_address": "198.211.99.194",
2015-06-05 03:48:53 +02:00
"locked": "false",
"name": "terraform-inventory-1",
"region": "nyc1",
"size": "512mb",
"ssh_keys.#": "1",
2015-06-05 06:03:42 +02:00
"ssh_keys.0": "862272",
2015-06-05 03:48:53 +02:00
"status": "active"
}
}
}
}
}
]
}