summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2018-12-03 09:13:53 -0700
committermokha <mokha@cisco.com>2018-12-03 09:13:53 -0700
commit875b93c96cd060946090acf9ddef25b3c348d26e (patch)
tree8ba5f8f7246592eecb503b4110eb74ff6dd59066
parent58c5ddebcb9339fd2f7c4a2292f0ab6347bbcca5 (diff)
terraform destroy
-rw-r--r--terraform.tfstate69
-rw-r--r--terraform.tfstate.backup81
2 files changed, 83 insertions, 67 deletions
diff --git a/terraform.tfstate b/terraform.tfstate
index 61184fe..63323d5 100644
--- a/terraform.tfstate
+++ b/terraform.tfstate
@@ -1,7 +1,7 @@
{
"version": 3,
"terraform_version": "0.11.10",
- "serial": 1,
+ "serial": 2,
"lineage": "40ff716c-fda7-b182-f6c8-e493c4cc8c9d",
"modules": [
{
@@ -9,72 +9,7 @@
"root"
],
"outputs": {},
- "resources": {
- "aws_instance.example": {
- "type": "aws_instance",
- "depends_on": [],
- "primary": {
- "id": "i-0e0569f4a1101f87a",
- "attributes": {
- "ami": "ami-2757f631",
- "arn": "arn:aws:ec2:us-east-1:798617457475:instance/i-0e0569f4a1101f87a",
- "associate_public_ip_address": "true",
- "availability_zone": "us-east-1c",
- "cpu_core_count": "1",
- "cpu_threads_per_core": "1",
- "credit_specification.#": "1",
- "credit_specification.0.cpu_credits": "standard",
- "disable_api_termination": "false",
- "ebs_block_device.#": "0",
- "ebs_optimized": "false",
- "ephemeral_block_device.#": "0",
- "get_password_data": "false",
- "iam_instance_profile": "",
- "id": "i-0e0569f4a1101f87a",
- "instance_state": "running",
- "instance_type": "t2.micro",
- "ipv6_addresses.#": "0",
- "key_name": "",
- "monitoring": "false",
- "network_interface.#": "0",
- "network_interface_id": "eni-0dcc505d2dbc3370e",
- "password_data": "",
- "placement_group": "",
- "primary_network_interface_id": "eni-0dcc505d2dbc3370e",
- "private_dns": "ip-172-31-21-102.ec2.internal",
- "private_ip": "172.31.21.102",
- "public_dns": "ec2-18-206-216-83.compute-1.amazonaws.com",
- "public_ip": "18.206.216.83",
- "root_block_device.#": "1",
- "root_block_device.0.delete_on_termination": "true",
- "root_block_device.0.iops": "100",
- "root_block_device.0.volume_id": "vol-02e69c6f9908223e5",
- "root_block_device.0.volume_size": "8",
- "root_block_device.0.volume_type": "gp2",
- "security_groups.#": "1",
- "security_groups.3814588639": "default",
- "source_dest_check": "true",
- "subnet_id": "subnet-6717343e",
- "tags.%": "0",
- "tenancy": "default",
- "volume_tags.%": "0",
- "vpc_security_group_ids.#": "1",
- "vpc_security_group_ids.3975149506": "sg-6e635a09"
- },
- "meta": {
- "e2bfb730-ecaa-11e6-8f88-34363bc7c4c0": {
- "create": 600000000000,
- "delete": 1200000000000,
- "update": 600000000000
- },
- "schema_version": "1"
- },
- "tainted": false
- },
- "deposed": [],
- "provider": "provider.aws"
- }
- },
+ "resources": {},
"depends_on": []
}
]
diff --git a/terraform.tfstate.backup b/terraform.tfstate.backup
new file mode 100644
index 0000000..37fd85a
--- /dev/null
+++ b/terraform.tfstate.backup
@@ -0,0 +1,81 @@
+{
+ "version": 3,
+ "terraform_version": "0.11.10",
+ "serial": 2,
+ "lineage": "40ff716c-fda7-b182-f6c8-e493c4cc8c9d",
+ "modules": [
+ {
+ "path": [
+ "root"
+ ],
+ "outputs": {},
+ "resources": {
+ "aws_instance.example": {
+ "type": "aws_instance",
+ "depends_on": [],
+ "primary": {
+ "id": "i-0e0569f4a1101f87a",
+ "attributes": {
+ "ami": "ami-2757f631",
+ "arn": "arn:aws:ec2:us-east-1:798617457475:instance/i-0e0569f4a1101f87a",
+ "associate_public_ip_address": "true",
+ "availability_zone": "us-east-1c",
+ "cpu_core_count": "1",
+ "cpu_threads_per_core": "1",
+ "credit_specification.#": "1",
+ "credit_specification.0.cpu_credits": "standard",
+ "disable_api_termination": "false",
+ "ebs_block_device.#": "0",
+ "ebs_optimized": "false",
+ "ephemeral_block_device.#": "0",
+ "get_password_data": "false",
+ "iam_instance_profile": "",
+ "id": "i-0e0569f4a1101f87a",
+ "instance_state": "running",
+ "instance_type": "t2.micro",
+ "ipv6_addresses.#": "0",
+ "key_name": "",
+ "monitoring": "false",
+ "network_interface.#": "0",
+ "network_interface_id": "eni-0dcc505d2dbc3370e",
+ "password_data": "",
+ "placement_group": "",
+ "primary_network_interface_id": "eni-0dcc505d2dbc3370e",
+ "private_dns": "ip-172-31-21-102.ec2.internal",
+ "private_ip": "172.31.21.102",
+ "public_dns": "ec2-18-206-216-83.compute-1.amazonaws.com",
+ "public_ip": "18.206.216.83",
+ "root_block_device.#": "1",
+ "root_block_device.0.delete_on_termination": "true",
+ "root_block_device.0.iops": "100",
+ "root_block_device.0.volume_id": "vol-02e69c6f9908223e5",
+ "root_block_device.0.volume_size": "8",
+ "root_block_device.0.volume_type": "gp2",
+ "security_groups.#": "1",
+ "security_groups.3814588639": "default",
+ "source_dest_check": "true",
+ "subnet_id": "subnet-6717343e",
+ "tags.%": "0",
+ "tenancy": "default",
+ "volume_tags.%": "0",
+ "vpc_security_group_ids.#": "1",
+ "vpc_security_group_ids.3975149506": "sg-6e635a09"
+ },
+ "meta": {
+ "e2bfb730-ecaa-11e6-8f88-34363bc7c4c0": {
+ "create": 600000000000,
+ "delete": 1200000000000,
+ "update": 600000000000
+ },
+ "schema_version": "1"
+ },
+ "tainted": false
+ },
+ "deposed": [],
+ "provider": "provider.aws"
+ }
+ },
+ "depends_on": []
+ }
+ ]
+}