Skip to content

Commit

Permalink
Update fixtures again
Browse files Browse the repository at this point in the history
  • Loading branch information
adammck committed Dec 15, 2015
1 parent 0a61a93 commit 420247c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions fixtures/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "digitalocean" {
token = "${var.do_token}"
}

resource "aws_instance" "web-aws" {
resource "aws_instance" "alpha" {
ami = "ami-96a818fe"
instance_type = "t2.micro"
subnet_id = "${var.aws_subnet_id}"
Expand All @@ -26,11 +26,11 @@ resource "aws_instance" "web-aws" {
}

tags = {
Role = "Webserver"
Role = "Web"
}
}

resource "aws_instance" "worker-aws" {
resource "aws_instance" "beta" {
ami = "ami-96a818fe"
instance_type = "t2.micro"
subnet_id = "${var.aws_subnet_id}"
Expand All @@ -46,7 +46,7 @@ resource "aws_instance" "worker-aws" {
}
}

resource "digitalocean_droplet" "web-do" {
resource "digitalocean_droplet" "gamma" {
image = "centos-7-0-x64"
name = "terraform-inventory-1"
region = "nyc1"
Expand Down
50 changes: 25 additions & 25 deletions fixtures/example.tfstate
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": 1,
"serial": 15,
"serial": 17,
"modules": [
{
"path": [
"root"
],
"outputs": {},
"resources": {
"aws_instance.web-aws.0": {
"aws_instance.alpha.0": {
"type": "aws_instance",
"primary": {
"id": "i-6db8dedb",
"id": "i-92f79124",
"attributes": {
"ami": "ami-96a818fe",
"associate_public_ip_address": "true",
Expand All @@ -20,14 +20,14 @@
"ebs_optimized": "false",
"ephemeral_block_device.#": "0",
"iam_instance_profile": "",
"id": "i-6db8dedb",
"id": "i-92f79124",
"instance_type": "t2.micro",
"key_name": "terraform-inventory",
"monitoring": "false",
"private_dns": "ip-10-0-0-14.ec2.internal",
"private_ip": "10.0.0.14",
"private_dns": "ip-10-0-0-4.ec2.internal",
"private_ip": "10.0.0.4",
"public_dns": "",
"public_ip": "52.90.155.162",
"public_ip": "52.90.134.71",
"root_block_device.#": "1",
"root_block_device.0.delete_on_termination": "true",
"root_block_device.0.iops": "0",
Expand All @@ -37,7 +37,7 @@
"source_dest_check": "true",
"subnet_id": "subnet-59f9b32e",
"tags.#": "1",
"tags.Role": "Webserver",
"tags.Role": "Web",
"tenancy": "default",
"vpc_security_group_ids.#": "1",
"vpc_security_group_ids.2076429742": "sg-b42329d0"
Expand All @@ -47,10 +47,10 @@
}
}
},
"aws_instance.web-aws.1": {
"aws_instance.alpha.1": {
"type": "aws_instance",
"primary": {
"id": "i-10b9dfa6",
"id": "i-23f69095",
"attributes": {
"ami": "ami-96a818fe",
"associate_public_ip_address": "true",
Expand All @@ -59,14 +59,14 @@
"ebs_optimized": "false",
"ephemeral_block_device.#": "0",
"iam_instance_profile": "",
"id": "i-10b9dfa6",
"id": "i-23f69095",
"instance_type": "t2.micro",
"key_name": "terraform-inventory",
"monitoring": "false",
"private_dns": "ip-10-0-0-6.ec2.internal",
"private_ip": "10.0.0.6",
"private_dns": "ip-10-0-0-9.ec2.internal",
"private_ip": "10.0.0.9",
"public_dns": "",
"public_ip": "54.174.82.24",
"public_ip": "52.90.154.150",
"root_block_device.#": "1",
"root_block_device.0.delete_on_termination": "true",
"root_block_device.0.iops": "0",
Expand All @@ -76,7 +76,7 @@
"source_dest_check": "true",
"subnet_id": "subnet-59f9b32e",
"tags.#": "1",
"tags.Role": "Webserver",
"tags.Role": "Web",
"tenancy": "default",
"vpc_security_group_ids.#": "1",
"vpc_security_group_ids.2076429742": "sg-b42329d0"
Expand All @@ -86,10 +86,10 @@
}
}
},
"aws_instance.worker-aws": {
"aws_instance.beta": {
"type": "aws_instance",
"primary": {
"id": "i-9e85e328",
"id": "i-c2f79174",
"attributes": {
"ami": "ami-96a818fe",
"associate_public_ip_address": "true",
Expand All @@ -98,14 +98,14 @@
"ebs_optimized": "false",
"ephemeral_block_device.#": "0",
"iam_instance_profile": "",
"id": "i-9e85e328",
"id": "i-c2f79174",
"instance_type": "t2.micro",
"key_name": "terraform-inventory",
"monitoring": "false",
"private_dns": "ip-10-0-0-5.ec2.internal",
"private_ip": "10.0.0.5",
"private_dns": "ip-10-0-0-8.ec2.internal",
"private_ip": "10.0.0.8",
"public_dns": "",
"public_ip": "52.23.169.41",
"public_ip": "52.23.224.202",
"root_block_device.#": "1",
"root_block_device.0.delete_on_termination": "true",
"root_block_device.0.iops": "0",
Expand All @@ -125,14 +125,14 @@
}
}
},
"digitalocean_droplet.web-do": {
"digitalocean_droplet.gamma": {
"type": "digitalocean_droplet",
"primary": {
"id": "9410811",
"id": "9411223",
"attributes": {
"id": "9410811",
"id": "9411223",
"image": "centos-7-0-x64",
"ipv4_address": "192.241.149.172",
"ipv4_address": "198.211.99.194",
"locked": "false",
"name": "terraform-inventory-1",
"region": "nyc1",
Expand Down

0 comments on commit 420247c

Please sign in to comment.